Drutt
Active Member
Over the last few weeks, with the nights drawing in I've been working on a little project to bring on-box editing to our HD/HDRs. My old Digifusion box could do it and I've missed it.
The result is nicesplice and its just about ready for release into the wild...
There are a couple of new packages in the repository. The first is the nicesplice program itself. This takes one (or more) humax recording(s) and can cut segments out and join recordings together.
Some examples:
As its a pain to work out the frame numbers of the sections to be cut out, the recording can be marked up in advance using the "bookmarks" feature (a little button on the remote you may have never noticed!). The first bookmark will be the start point of the new recording, second a cut, third back in etc (up to 32) Then call.
The second package attempts to do away with the need to put down the remote and telnet in. nicesplice-magic-folders will create and monitor a set of "special folders" into which recordings can be moved. When a recording is detected in a folder (eg *edit/*cut) the script will trigger the relevant edit operation, and when done, move the new edited recoding to a "done" subfolder and the original to "original".
There are folders to cut (based on bookmarks), join, and create a copy.
Af123 has also added the facility to trigger edit operation from webif
A few things to note:
This code is new, there may be bugs, it has not yet been tested a great deal. Keep backups of any recording that is important to you until you are absolutely sure the edited version is ok. In particular, support for large files (>2gigs) was only added last night! It is currently in the "advanced" section of the repository until road tested.
It currently only works for SD files (encryped or unencrypted). I'm hoping to add support for HD files in a later release.
Joining of files from different TV channels often does not work.
SWMBO has suggested that in recognition of the time I've spent on this, when I should have been redecorating the house, if you find it useful, you head on over to https://giving.oxfam.org.uk/ and drop them a tenner
The result is nicesplice and its just about ready for release into the wild...
There are a couple of new packages in the repository. The first is the nicesplice program itself. This takes one (or more) humax recording(s) and can cut segments out and join recordings together.
Some examples:
Code:
nicesplice -in "my recording" -out "new trim recording" -cut 0 500 -cut 2500 3500
nicesplice -in "recording part1" -in "recording part2"-out "new joined recording"
As its a pain to work out the frame numbers of the sections to be cut out, the recording can be marked up in advance using the "bookmarks" feature (a little button on the remote you may have never noticed!). The first bookmark will be the start point of the new recording, second a cut, third back in etc (up to 32) Then call.
Code:
nicesplice -in "my recording" -out "new trimmed recording" -cutBookMarks
The second package attempts to do away with the need to put down the remote and telnet in. nicesplice-magic-folders will create and monitor a set of "special folders" into which recordings can be moved. When a recording is detected in a folder (eg *edit/*cut) the script will trigger the relevant edit operation, and when done, move the new edited recoding to a "done" subfolder and the original to "original".
There are folders to cut (based on bookmarks), join, and create a copy.
Af123 has also added the facility to trigger edit operation from webif
A few things to note:
This code is new, there may be bugs, it has not yet been tested a great deal. Keep backups of any recording that is important to you until you are absolutely sure the edited version is ok. In particular, support for large files (>2gigs) was only added last night! It is currently in the "advanced" section of the repository until road tested.
It currently only works for SD files (encryped or unencrypted). I'm hoping to add support for HD files in a later release.
Joining of files from different TV channels often does not work.
SWMBO has suggested that in recognition of the time I've spent on this, when I should have been redecorating the house, if you find it useful, you head on over to https://giving.oxfam.org.uk/ and drop them a tenner