Quote Originally Posted by mediageek
Can I use .mov files as I have a large quantity I want to post to my site http://www.viralmyvideo.com

If you can't upload .mov file, problem is with your mencoder installation, that is not working properly.

Code:
/usr/bin/mencoder /home/trulacom/public_html/video/1.mov -o /home/trulacom/public_html/flvideo/1.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
Run this command on your server and see if video get converted to FLV. If it do not get convrted, problem is your mplayer is not working properly or using an old version.