> > I'm using a tuned version of the 3 pass lav2avi.sh script which basically
> > does:
>
>  The MPlayer/mencoder developers have deprecated (and highly
>  discourage the use of) the 3 pass method and recommend the use
>  of the 2 pass method.  The lav2avi.sh script hasn't been
>  updated/rewritten.

The MPlayer docs describe the 2 pass method like this:

mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o 
movie.avi
mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o 
movie.avi

or like this:

mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac mp3lame 
-lameopts vbr=3 -o movie.avi
mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -oac mp3lame 
-lameopts vbr=3 -o movie.avi

but, er, that doesn't appear to make sense when the input is coming from 
lav2yuv because there's no sound. So what is the two pass method now 
recommended? 1 audio pass and 1 video pass, or 2 video passes and some voodoo 
with the sound I don't know about?

Sorry to repeatedly ask noobie questions, but google isn't strangely unhelpful 
on this topic. Probably because there are so many tools and methods of doing 
things. :o}


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to