[MPlayer-users] good result encoding option, but looks bad on other

Ibro ibro_x at yahoo.com
Mon Sep 6 15:40:52 CEST 2004


Hi, i'm using these option to encode movies.
it looks good on my 8Mb SiS 6326, but when i play it on my friend's computer (using ffdshow) the
image is destroyed.
i can't test it on my computer, because things decoded using ffdshow turns green and destroyed (it
also happened when using mplayer 1.0-pre5 for windows)
it looks like a traced image (zoned colours).
any suggestion ?

P.S. : what does "cbp" and "qprd" for ?
and, when i use "scplx_mask" with a high value, the solid color seems to be shaky.

here's my option :

##############################################################
#!/bin/sh

filters="pp=hb:c/vb:c/dr:c,crop=342:286:2,scale=352:288:0:0:1"

pass1="vcodec=mpeg4:vpass=1:vqscale=2:vqcomp=0.75:vqblur=0.3:mbd=2:mv0:trell:cbp:qprd:preme=2:mpeg_quant:intra_matrix=8,16,20,22,24,24,24,24,16,16,20,22,24,24,24,24,20,20,22,24,28,28,28,28,22,22,24,24,28,28,28,28,24,24,24,24,32,32,32,32,24,24,24,24,32,32,32,32,28,28,28,28,32,32,32,32,28,28,28,28,32,32,32,32:inter_matrix=16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16:keyint=250:vmax_b_frames=1:vqdiff=1:sc_threshold=-100:vb_qfactor=1:vb_qoffset=1:vlelim=-2:vcelim=3:aspect=1.33"

pass2="vcodec=mpeg4:vpass=2:vqmin=2:vqmax=31:vbitrate=720:vqcomp=0.75:vqblur=0.3:mbd=2:mv0:trell:cbp:qprd:preme=2:mpeg_quant:intra_matrix=8,16,20,22,24,24,24,24,16,16,20,22,24,24,24,24,20,20,22,24,28,28,28,28,22,22,24,24,28,28,28,28,24,24,24,24,32,32,32,32,24,24,24,24,32,32,32,32,28,28,28,28,32,32,32,32,28,28,28,28,32,32,32,32:inter_matrix=16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16:keyint=250:vmax_b_frames=1:vqdiff=1:sc_threshold=-100:vb_qfactor=1:vb_qoffset=1:vlelim=-2:vcelim=3:aspect=1.33"


# /opt/mplayer/bin/mencoder -noautoexpand -vc ffmpeg1 -lavdopts ec=2 \
# -oac copy \
# -sws 9 -vf $filters -ovc lavc \
# -lavcopts $pass1  -passlogfile nedkelly.stats -o /dev/null \
# /mnt/6/FILM/nedkelly.mpg 2>&1 | tee nedkelly.log

/opt/mplayer/bin/mencoder -noautoexpand -vc ffmpeg1 -lavdopts ec=2 \
-oac mp3lame -lameopts cbr:br=96 -sws 9 -vf $filters -ovc lavc \
-lavcopts $pass2  -passlogfile nedkelly.stats -o /mnt/7/nedkelly.avi \
/mnt/6/FILM/nedkelly.mpg 





		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail




More information about the MPlayer-users mailing list