[MPlayer-users] MEncoder - Split AVI Files

Grigori Goronzy greg at chown.ath.cx
Mon Apr 22 10:06:01 CEST 2002


Michael Peintinger wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read
> DOCS/bugreports.html] How can I split an AVI File with MEncoder?
> 

for example, you have foo.avi, which is 1 hour and 40 minutes long(100
minutes).

ok, split it into 2 parts with same length:
mencoder -ovc copy -oac copy -endpos 0:50:00 -o foo-part1.avi foo.avi
mencoder -ovc copy -oac copy -ss 0:50:00 -o foo-part2.avi foo.avi

that's it.

-greg




More information about the MPlayer-users mailing list