[MPlayer-users] Pullup and ffmpeg glitches
RC
rcooley at spamcop.net
Thu Jan 20 21:43:35 CET 2005
On Thu, 20 Jan 2005 13:27:53 -0500
D Richard Felker III <dalias at aerifal.cx> wrote:
> huh? if you're not encoding from it, why do you need to run pullup on
> it? i'm very confused.
I use pullup when encoding to mpeg2video from the source DVD, to create
an AVI.
>From the AVI, I dump the video/audio streams, and multiplex them with
tcmplex.
eg.
mencoder dvd://1 -vf pullup,scale=480:480 -oac lavc -ovc lavc -lavcopts
vcodec=mpeg2video:acodec=mp2 -o TEMP.avi
mplayer TEMP.avi -dumpvideo -dumpfile TEMP.m2v
mplayer TEMP.avi -dumpaudio -dumpfile TEMP.mp2
tcmplex -i TEMP.m2v -p TEMP.mp2 -m s -N -o SVCD.mpg
More information about the MPlayer-users
mailing list