Put [ code ] [ / code ] around your command line code to avoid smilies and other crap. I changed it for you this time.
Maybe just 0-50% first pass and 50%-100% second pass.
Hi there,
I am using mencoder. I am trying to do a 2 pass encoding.
Here is the command line I used...
I watched the status line during the encoding. The percentage indicator counted up from 0% to 100% and then the encoding finished. But I asked for 2 pass encoding. Didn't I? Shouldn't the percentage indicator have started all over at 0% for the second pass?Code:mencoder "program.ts" -oac copy -ovc x264 -x264encopts bitrate=1166:pass=2:threads=8 -of avi -o "program.avi"
----
p.s. please ignore thein the command line. I dont know how to turn off the emoticons for this board. that should be a ':' followed by a 'P' ( : pass=...)
Last edited by Baldrick; 2nd Dec 2010 at 10:29.
Put [ code ] [ / code ] around your command line code to avoid smilies and other crap. I changed it for you this time.
Maybe just 0-50% first pass and 50%-100% second pass.
It just seems to be too fast for that to be the case. Also, it seems to write to the output file immediately.
My understanding is that with two pass there is no media file output until the 2nd pass.
Does anyone know for certain the proper procedure for doing 2 pass encoding with mencoder?
I'm not going to pretend to know anything about command line encoding with mencoder but I have used SGI's Video Converter to do 2 pass encoding with mencoder and it works fine for me that way.