Difference between revisions of "Edit On Box"

From hummy.tv Wiki
Jump to: navigation, search
(Background)
Line 3: Line 3:
 
==='''Background'''===
 
==='''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  
+
One item missing from the feature packed HDR-FOX T2 and HD-FOX 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'''===
 
==='''Editing Via Web-If'''===

Revision as of 23:49, 18 November 2011

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 HDR-FOX T2 and HD-FOX 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, Install Nicesplice from the Package Management screen, When Nicesplice is installed 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 an efficient way of selecting cut points, This has been elegantly achieved by using the Bookmark feature built into the Humax units, 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 content from BM1 to the end
  • 2 Bookmarks = Keep content between BM1 and BM2
  • 3 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to the end
  • 4 Bookmarks = Keep content between BM1 and BM2 and join to section BM3 to BM4
  • 32 Bookmarks = Maximum Bookmarks per file

Each section is shown by 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 into one of two newly created folders, Files moved into the ‘Cut’ folder that have been book marked will be automatically edited following the 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