Difference between revisions of "Edit On Box"

From hummy.tv Wiki
Jump to: navigation, search
Line 1: Line 1:
 
'''THIS PAGE IS UNDER CONSTRUCTION'''
 
'''THIS PAGE IS UNDER CONSTRUCTION'''
  
{{Note|At present the On Box Editing package can only handle Standard Definition programs, The Author is looking into the possibility of including High Definition content to the editor and if this is possible it be added at a later date,  Hi-Def editing options are at present ‘Greyed Out’}}
+
{{Note|At present the On Box Editing package can only handle Standard Definition programs, The Author is looking into the possibility of including High Definition content to the editor and if this is possible it will be added at a later date,  Hi-Def editing options are at present ‘Greyed Out’}}
  
 
==='''Background'''===
 
==='''Background'''===
  
One item missing from the feature packed FOX HDR T2 and FOX HD T2 is ‘On Box Editing’, This is strange as the feature was included in earlier Humax PVRs, However this has now been rectified with the addition of Nicesplice to the Custom Firmware Package  
+
One item missing from the feature packed FOX HDR T2 and FOX HD T2 is ‘On Box Editing’, This is strange as this feature was included in earlier Humax PVRs, However this has now been rectified with the addition of Nicesplice to the Custom Firmware Package  
[[File:EOB2.png|600px|right]]
+
 
  
 
==='''Editing Via Web-If'''===
 
==='''Editing Via Web-If'''===
  
 
From the Web Interface of the Custom Firmware package, it is possible to install Nicesplice from the Package Management screen, If Nicesplice is installed then the Opt+ button in the webif media browser will show a Crop option.
 
From the Web Interface of the Custom Firmware package, it is possible to install Nicesplice from the Package Management screen, If Nicesplice is installed then the Opt+ button in the webif media browser will show a Crop option.
 +
[[File:EOB2.png|600px|right]]
 +
One problem that had to be overcome with the WebIf version of the Nicesplice is having a efficient way of selecting cut points, This has been elegantly achieved by using the Bookmark feature built into the Humax units, So the first step in the editing process is to select a recording with the remote ‘Media’ Button and then play, While playing, press the ‘add book mark’ button on the remote at the place where you want the first ‘keep’ to start
 +
  
One problem that had to be overcome with the WebIf version of the Nicesplice is having a efficient way of selecting cut points, This has been elegantly achieved by using the Bookmark feature built into the Humax units, So the first step in the editing process is to select a recording with the remote ‘Media’ Button and then play, While playing, press the ‘add book mark’ button on the remote at the place where you want the first ‘keep’ to start
+
[[File:bookmark.png|50px|left]]
 +
The '''bookmarks Rules''' are as follows :-
  
The ‘logic’ of the bookmarks is as follows :-
 
  
 
*1 bookmark = Keep everything after BM1
 
*1 bookmark = Keep everything after BM1
Line 20: Line 23:
 
*3 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to end
 
*3 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to end
 
*4 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to BM4
 
*4 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to BM4
 +
*32 Bookmarks = Maximum Bookmarks per file
  
 
This becomes clearer if you view the Red and Green ‘Blocks’ in the example
 
This becomes clearer if you view the Red and Green ‘Blocks’ in the example
 +
  
 
Note that cut points are always placed on key frames, usually on a scene change, So it is not possible to edit to an individual frame. To view your edit prior to executing it, select the Opt+ ‘Crop’ option in the WebIf media browser. To correct any mistakes, Place another bookmark on top of an existing bookmark to erase it. Having checked that the crop screen is correct, Select the 'Perform Crop Operation' to create a new edit file, This moves the original recording to a new folder called _original and then replaces the original recording with the cropped version
 
Note that cut points are always placed on key frames, usually on a scene change, So it is not possible to edit to an individual frame. To view your edit prior to executing it, select the Opt+ ‘Crop’ option in the WebIf media browser. To correct any mistakes, Place another bookmark on top of an existing bookmark to erase it. Having checked that the crop screen is correct, Select the 'Perform Crop Operation' to create a new edit file, This moves the original recording to a new folder called _original and then replaces the original recording with the cropped version
Line 27: Line 32:
 
==='''Editing Via Remote Only'''===
 
==='''Editing Via Remote Only'''===
  
In addition to the Nicesplice package, there is a companion package called Nicesplice Magic Folders, If this package is installed a file can be copied using the using the Remote key Opt. – Copy / Move function to one of two newly created folders, Files moved into the ‘Cut’ folder that have been book marked (as shown above) will be automatically edited following the ‘Book mark logic’ above.
+
In addition to the Nicesplice package, there is a companion package called Nicesplice Magic Folders, If this package is installed a file can be copied using the using the Remote key Opt. – Copy / Move function to one of two newly created folders, Files moved into the ‘Cut’ folder that have been book marked (as shown above) will be automatically edited following the ‘Book mark Rules’ above.
  
Two or more files from different programs can be joined by moving them into the ‘Edit’ Nicesplice Magic Folder. Note :- there are some restrictions on joining files from different channels due to the structure of the files being incompatible e.g. different aspect ratio, bit rate etc.
+
Two or more files from different programs can be joined by moving them into the ‘Edit’ Nicesplice Magic Folder. Note :- there are some restrictions on joining files from different sources due to the structure of the files being incompatible e.g. different aspect ratio, bit rate etc.
  
 
After moving files into either Cut or Edit Edit Nicesplice Magic Folders there will be sub folders created called Done and Original
 
After moving files into either Cut or Edit Edit Nicesplice Magic Folders there will be sub folders created called Done and Original
Line 37: Line 42:
 
==='''Editing Via Command Line'''===
 
==='''Editing Via Command Line'''===
  
It is possible to perform Nicesplice functions in a command line on a P.C. via Telnet [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html '''(PUTTY)'''] after the new package is installed, Samples of command lines sent via Telnet are detailed below. Note – The  2500 3500 in the first example are frame numbers, These can be obtained from various P.C. video editing packages
+
It is possible to perform Nicesplice functions in a command line on a P.C. via Telnet [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html '''(PUTTY)'''] after the new package is installed, Samples of command lines sent via Telnet are detailed below
 +
 
 +
<span style="background:#FFFF00"> nicesplice -in "my recording" -out "new trim recording" -cut 0 500 -cut 2500 3500 </span> <span style="color:#FFFFFF"> HIDE </span>See Note 1
  
<span style="background:#FFFF00"> nicesplice -in "my recording" -out "new trim recording" -cut 0 500 -cut 2500 3500 </span>
+
<span style="background:#FFFF00"> nicesplice -in "recording 1" -in "recording 2"-out "new joined recording" </span> <span style="color:#FFFFFF"> HIDE </span> See Note 2
  
<span style="background:#FFFF00"> nicesplice -in "recording 1" -in "recording 2"-out "new joined recording" </span>
+
<span style="background:#FFFF00"> nicesplice -in "my recording" -out "new trimmed recording" -cutBookMarks </span> <span style="color:#FFFFFF"> HIDE </span> See Note 3
  
<span style="background:#FFFF00"> nicesplice -in "my recording" -out "new trimmed recording" -cutBookMarks </span>
+
'''Notes'''
 +
# 2500 3500  are frame numbers, These can be obtained from various P.C. video editing packages
 +
# There are some restrictions on joining files from different sources due to the structure of the files being incompatible e.g. different aspect ratio, bit rate etc.
 +
# Book Mark Rules apply

Revision as of 13:36, 15 November 2011

THIS PAGE IS UNDER CONSTRUCTION

Note Note: At present the On Box Editing package can only handle Standard Definition programs, The Author is looking into the possibility of including High Definition content to the editor and if this is possible it will be added at a later date, Hi-Def editing options are at present ‘Greyed Out’

Background

One item missing from the feature packed FOX HDR T2 and FOX HD T2 is ‘On Box Editing’, This is strange as this feature was included in earlier Humax PVRs, However this has now been rectified with the addition of Nicesplice to the Custom Firmware Package


Editing Via Web-If

From the Web Interface of the Custom Firmware package, it is possible to install Nicesplice from the Package Management screen, If Nicesplice is installed then the Opt+ button in the webif media browser will show a Crop option.

EOB2.png

One problem that had to be overcome with the WebIf version of the Nicesplice is having a efficient way of selecting cut points, This has been elegantly achieved by using the Bookmark feature built into the Humax units, So the first step in the editing process is to select a recording with the remote ‘Media’ Button and then play, While playing, press the ‘add book mark’ button on the remote at the place where you want the first ‘keep’ to start


Bookmark.png

The bookmarks Rules are as follows :-


  • 1 bookmark = Keep everything after BM1
  • 2 Bookmarks = Keep content between BM1 and BM2
  • 3 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to end
  • 4 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to BM4
  • 32 Bookmarks = Maximum Bookmarks per file

This becomes clearer if you view the Red and Green ‘Blocks’ in the example


Note that cut points are always placed on key frames, usually on a scene change, So it is not possible to edit to an individual frame. To view your edit prior to executing it, select the Opt+ ‘Crop’ option in the WebIf media browser. To correct any mistakes, Place another bookmark on top of an existing bookmark to erase it. Having checked that the crop screen is correct, Select the 'Perform Crop Operation' to create a new edit file, This moves the original recording to a new folder called _original and then replaces the original recording with the cropped version

Editing Via Remote Only

In addition to the Nicesplice package, there is a companion package called Nicesplice Magic Folders, If this package is installed a file can be copied using the using the Remote key Opt. – Copy / Move function to one of two newly created folders, Files moved into the ‘Cut’ folder that have been book marked (as shown above) will be automatically edited following the ‘Book mark Rules’ above.

Two or more files from different programs can be joined by moving them into the ‘Edit’ Nicesplice Magic Folder. Note :- there are some restrictions on joining files from different sources due to the structure of the files being incompatible e.g. different aspect ratio, bit rate etc.

After moving files into either Cut or Edit Edit Nicesplice Magic Folders there will be sub folders created called Done and Original


Editing Via Command Line

It is possible to perform Nicesplice functions in a command line on a P.C. via Telnet (PUTTY) after the new package is installed, Samples of command lines sent via Telnet are detailed below

nicesplice -in "my recording" -out "new trim recording" -cut 0 500 -cut 2500 3500 HIDE See Note 1

nicesplice -in "recording 1" -in "recording 2"-out "new joined recording" HIDE See Note 2

nicesplice -in "my recording" -out "new trimmed recording" -cutBookMarks HIDE See Note 3

Notes

  1. 2500 3500 are frame numbers, These can be obtained from various P.C. video editing packages
  2. There are some restrictions on joining files from different sources due to the structure of the files being incompatible e.g. different aspect ratio, bit rate etc.
  3. Book Mark Rules apply