Archive

Posts Tagged ‘mencoder’

Convert mp4 to flv using mencoder

April 18th, 2010 No 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:

How do I create mpegs from jpeg files instead of using ffmpeg?

November 8th, 2009 No comments
mencoder "mf://${FOLDER}/*.jpg" -ovc lavc -o motion${DATER}.avi

Ссылка: http://www.lavrsen.dk/foswiki/bin/view/Motion/FrequentlyAskedQuestions#How_do_I_create_mpegs_from_jpeg

Tags: ,