[MPlayer-users] RFC: docs update for "how to create a high quality DVD rip"

Mick email_mick_groups at bigpond.com
Mon Jun 7 14:01:24 CEST 2004


> If you want to do the same sort of thing correctly, you should encode
> the audio separately with lame, then mux it with -oac copy and
> -audiofile during the normal 2 passes. This is actually the best way
> since bugs in mencoder cause slight a/v desync with modern versions of
> lame due to lack of buffer measurement.
>
I do three pass encoding at the moment.  Can i pick your brain for some more
info on this better way?

audio
mencoder -ovc frameno -oac mp3lame -lameopts cbr:br=128.0 -o
frameno.avi -dvd-device /dev/cdroms/cdrom0 dvd://1

vpass1
mencoder -oac copy -ovc lavc -lavcopts
vcodec=mpeg4:vhq:vqmin=2:v4mv:trell:autoaspect:vbitrate=948:vpass=1 -vf
crop=672:560:24:0,scale=464:384 -o /dev/null -sws 2 -dvd-device
/dev/cdroms/cdrom0 dvd://1

vpass2
emcoder -oac copy -ovc lavc -lavcopts
vcodec=mpeg4:vhq:vqmin=2:v4mv:trell:autoaspect:vbitrate=948:vpass=2 -vf
crop=672:560:24:0,scale=464:384 -o /movies/DVDtest.avi -sws 2 -dvd-device
/dev/cdroms/cdrom0 dvd://1

This is how I do it now...  Can you give me some tips on the command format
to use if this is 'the wrong' way?

Cheers,

Mick




More information about the MPlayer-users mailing list