[MPlayer-users] Re: mencoder *.avi ?

Eric Lammerts eric at lammerts.org
Wed May 29 13:45:02 CEST 2002


On Tue, 28 May 2002, Steven M. Schultz wrote:
> 	My thought was perhaps to do each chapter individually with
> 	something like:
>
> 		mencoder -dvd 1 -chapter 2-4 -oac copy -ovc copy -o c2-4.avi
> 		mencoder -dvd 1 -chapter 5-5 -oac copy -ovc copy -o c5.avi
> 		mencoder -dvd 1 -chapter 6-6 -oac copy -ovc copy -o c6.avi
>
> 	and then do the divx encoding on the cat of the .avi files:
>
> 		cat *.avi | mencoder -ovc lavc -lavcopts ...

This should work:

mplayer -dumpstream -dumpfile c2-4.vob -dvd 1 -chapter 2-4
mplayer -dumpstream -dumpfile c5.vob   -dvd 1 -chapter 5-5
mplayer -dumpstream -dumpfile c6.vob   -dvd 1 -chapter 6-6
cat c2-4.vob c5.vob c6.vob | mencoder -ovc lavc -lavcopts ...

Eric




More information about the MPlayer-users mailing list