Hello, after upgrading to the latest MPlayer package, the two pass encoding hangs after the 1st run at 100% (and don't start the 2nd run).
openSUSE 12.3 64bit
MPlayer 1.1.1.r37117-1.4
Script for two pass encoding:
#!/bin/sh
# 1st run
mencoder -ovc lavc -vf crop=720:576:0:0 -lavcopts
aspect=16/9,vcodec=mpeg4:vbitrate=1800:vhq:vpass=1 -oac mp3lame
-lameopts br=128 "$1" -o /dev/null
# 2nd run
mencoder -ovc lavc -vf crop=720:576:0:0 -lavcopts
aspect=16/9,vcodec=mpeg4:vbitrate=1800:vhq:vpass=2 -oac mp3lame
-lameopts br=128 "$1" -o "$1".mpg
After a downgrade to MPlayer-1.1.1.r36557-1.1 two pass encoding works
as expected.
Happy Easter,
Carsten
--
This code passes Torvalds test grades 0, 1 and 2 (it looks ok, it
compiles and it booted).
-- Alan Cox
signature.asc
Description: PGP signature
_______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
