Is anyone using 2 pass encoding?
I've tried this with mencoder and a couple of files, but it complains at the end that it couldn't read the file name at the end of the first pass. In examples I've seen, the first pass gets written to /dev/null, then the second to the output file name. Other examples state that the first and second pass gets written to the output file name.
Looking through man and howto's i've seen 2-pass represented a couple of different ways:
pass:1
pass:2
pass=1
pass=2
Maybe it changes depending on the input or output file, but I had difficulty understanding how it's supposed to be used.
Can anyone explain this in a simple way?