[MEncoder-users] avi sync questions
Jorge Peixoto de Morais Neto
please.no.spam.here at gmail.com
Sat Apr 5 05:50:08 CEST 2008
> mencoder -oac copy -ovc xvid -ffourcc XVID -ofps 24000/1001 \
> -passlogfile BAND_BROTHERS_D1.log -vf crop=712:480:4:0,harddup \
> -aid 128 -msglevel all=-1:statusline=5 -xvidencopts \
> autoaspect:chroma_opt:keyframe_boost=15:max_bframes=0:quant_type=mpeg\
> :quant_intra_matrix=/usr/home/morganw/.transcode/intra.matrix:\
> quant_intra_matrix=/usr/home/morganw/.transcode/inter.matrix:\
> turbo:threads=1:bitrate=1500:pass=1 -channels 6 \
> -o /dev/null -dvd-device BAND_BROTHERS_D1 dvd://1
>
This is probably unrelated to your current problem, but there is a
problem with your command line:
":quant_intra_matrix=/usr/home/morganw/.transcode/intra.matrix:\
quant_intra_matrix=/usr/home/morganw/.transcode/inter.matrix:\"
should be
:quant_intra_matrix=/usr/home/morganw/.transcode/intra.matrix:\
quant_inter_matrix=/usr/home/morganw/.transcode/inter.matrix:\
Also,
1)Why are you using custom matrices? Where did you get these from?
2)Remove the "msglevel all=-1". Do you get any warnings?
3)Give us some information about the original movie. Framerate, for
example. And is the original movie progressive or interlaced?
4) 712 is not a multiple of 16. It is generally wise to choose
dimensions that are multiple of 16.
5) Why are you explicitly specifying "-ofps 24000/1001" ?
6) Who recommended you "keyframe_boost=15" ?
More information about the MEncoder-users
mailing list