Hi,

I've locally updated MPlayer to version 1.1.1.r37203 and successfully tested two-pass encoding. Now I've submitted it to Multimedia, so the package will be updated when the request is accepted.

Greetings,
Jörg

Am 17.05.2014 17:01, schrieb Carsten Ziepke:
On Thu, 17 Apr 2014 16:41:45 +0200
Carsten Ziepke <[email protected]> wrote:

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.

Me again. The problem with the two-pass encoding (hang after 1st
run) should be solved with r37199 according to the mencoder mailing
list.
http://lists.mplayerhq.hu/pipermail/mencoder-users/2014-May/013510.html

Greetings,
Carsten


_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an