From your last video upload, it seems ffmpeg-php is working.

The convert command is

Code:
/usr/bin/mencoder /home/videonoo/public_html/video/4.mpg -o /home/videonoo/public_html/flvideo/4.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
Try running it from command prompt or php script to see if video is getting converted to FLV format, if not you have problem with mencoder installation.


http://forums.buyscripts.in/viewtopic.php?t=351