[MEncoder-users] Dies on completion of 2nd pass, no output file

Jan Knutar jknutar at nic.fi
Fri Oct 14 10:35:31 CEST 2005


On Friday 14 October 2005 11:11, David Ward wrote:

> mencoder -of avi -sws 2 -vf scale=512:288 -ovc lavc \
> -lavcopts vcodec=mpeg4:vme=4:mbd=1:vbitrate=1000:trell:vhq:vpass=1 \
> -oac copy input.vob  -loadidx  -o /dev/null

-loadidx takes a file as argument, in this case the file is "-o", and
/dev/null is the second file to use as input, after input.vob has been
processed. The large flood of error messages is when mencoder
tries to find a codec/demuxer that can decode the void in /dev/null.

Btw, don't touch vme, mbd=1 and vhq are the same thing, and
mbd=2 is better and roughly the same speed.





More information about the MEncoder-users mailing list