Home > Uncategorized > Convert mp4 to flv using mencoder

Convert mp4 to flv using mencoder

April 18th, 2010 Leave a comment Go to comments

It appears SVN FFmpeg does not support many formats including mp4,3GP and rm because of which video sharing scripts use mencoder to support all video formats.

The command I use is:

/usr/local/bin/mencoder "video.mp4" -o "video.flv" -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup

Origin: http://seoexpert.sg/content/convert-mp4-flv-using-mencoder

Tags:
  1. No comments yet.
  1. No trackbacks yet.