[MEncoder-users] FLV Playback Issue

dragon at gamerstube.com dragon at gamerstube.com
Fri May 9 18:18:02 CEST 2008


Charles, I did do a search on here and never found a definitive answer. It
seems that what I need to do is adjust my converting command to limit WMV
files to 25fps. I just am not sure how or what the best way to do this is.
Reading through other post on here I see quite a few conversations but
never any real agreed upon answer.

Here is the command for decoding and encoding that we are currently using.
As always any help is very much appreciated.


if($config[vresize] == 1) {$encodecommand="$config[mencoder]
$config[vdodir]/$vdoname -o $config[flvdodir]/".$vid."x.flv -of lavf -oac
mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts
vcodec=flv:vbitrate=$config[vbitrate]:mbd=2:mv0:trell:v4mv:keyint=10:cbp:last_pred=3
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -vop
scale=$config[vresize_x]:$config[vresize_y] -srate $config[sbitrate]";}

else {$encodecommand="$config[mencoder] $config[vdodir]/$vdoname -o
$config[flvdodir]/".$vid."x.flv -of lavf -oac mp3lame -lameopts abr:br=56
-ovc lavc -lavcopts
vcodec=flv:vbitrate=$config[vbitrate]:mbd=2:mv0:trell:v4mv:keyint=10:cbp:last_pred=3
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -srate
$config[sbitrate]";}




More information about the MEncoder-users mailing list