>Is there any easier way to remove ads from the recorded stream
>during trascoding?
>
>I hope that there is a way to specify ranges in the source stream,
>like mpgtx does, then only convert those specific ranges, or
>ignore them, which is even more straight forward to remove those
>ads periods mingled in the program.
The -c option will do this. For example:
transcode -c 1000-2000,3000-4000 [other options...]
will start transcoding at frame 1000 (the 1001st frame, since frame
numbers start at zero), continue through frame 1999, then skip over frames
2000-2999 and resume transcoding with frame 3000. The end result will be
exactly the same as if the input stream only contained frames 1000, 1001,
..., 1999, 3000, 3001, ..., 3999.
--Andrew Church
[email protected]
http://achurch.org/