Hi Admin,

I've got Mencoder working, and the command seems to be issuing correctly:

Code:
/usr/local/bin/mencoder /home/thewall_net/public_html/video/163.wmv -o /home/thewall_net/public_html/flvideo/163.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=700:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
But I get the following error running it on the command line:
Code:
Option lavfopts: Unknown suboption i_certify_that_my_video_stream_does_not_use_b_frames
Error parsing option on the command line: -lavfopts
When I run the command without the offending suboption, I get a video that plays all the video very sped up, but the audio plays normally. Basically the video disappears and the audio keeps playing.

Any ideas? Thanks!