On Dec 4, 2005, at 11:50 PM, Jan Roelens wrote:

> The PVRx50 generates a mpeg file. (using e.g. cat /dev/video0 >
> file.mpeg or precord)
>
> I would like to know which program most users use to split the mpeg  
> file
> (e.g. take out commercials), and recombine smaller files in one big
> file.
>
> The following works, and is what I use:
>
> 1. split:
> mencoder -of mpeg -ss startTime -endpos endTime -oac copy -ovc copy
> file.mpeg -o filesmall.mpeg
>
> 2. recombine:
> mencoder -of mpeg -oac copy -ovc copy file1.mpeg file2.mpeg -o
> filebig.mpeg
>

For most of us, commercial handling is done in MythTV.  It includes  
all sorts of transcoding options, including a cutlist that can either  
be autogenerated from commercial detection, or manually created.

I know this isn't the answer you're looking for, but it is what a lot  
of us do.

If I absolutely had to use command line, I'd probably use ffmpeg.

Keith C

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to