[MPlayer-users] Voices delay : RESOLVED

kemkem kemkem at nerim.net
Mon Nov 17 08:01:01 CET 2003


I resolved all my problems :

Delay between Sound/Video : 
min_key_interval=1:max_key_interval=250 seems to be a nice solution,
to verify, choose a moment where a door is shut or gun fired.

Blur effect :
When using pp=0x20000, I get a strange blur effect.
FFMPEG (pp=fd) seems much better and faster when encode.

My seetings for 2 pass encoding (20 min videos, so using high bitrate :D)
VIDEO : XVid, 1500 kb/s, scaling 640x480,
AUDIO : Lameenc, constant birate 128 kbps

/usr/bin/mencoder -nosound -o /dev/null -ovc xvid -xvidencopts 
bitrate=1500:me_quality=6:4mv:pass=1:min_key_interval=1:max_key_interval=250 
-vop scale=640:480,pp=fd IN.vob

/usr/bin/mencoder -oac mp3lame -lameopts cbr:br=128 -o OUT.avi -ovc xvid 
-xvidencopts bitrate=1500:me_quality=6:4mv:pass=2:mi 
n_key_interval=1:max_key_interval=250 -vop scale=640:480,pp=fd -mc 1 IN.vob



More information about the MPlayer-users mailing list