PDA

View Full Version : [ubuntu] the mencoder equivalent of this ffmpeg command?



zach014
September 30th, 2008, 09:58 PM
ffmpeg -i <input> -acodec aac -ac 2 -vcodec mpeg4 -s qcif -b 128kb -r 14.985 <output>

zach014
October 2nd, 2008, 09:04 PM
bump

zach014
October 11th, 2008, 01:09 AM
bump

cor2y
October 11th, 2008, 04:11 PM
If you insist.


mencoder <filename.avi> -ovc lavc -lavcopts vcodec=mpeg4 -oac faac -faacopts br=128:mpeg=4:object=2 -channels 2 -srate 48000 -o <output.avi>
That should work but keep in mind that you need libfaac-dev installed and compiled with mencoder for this to work.
If you wish to output to another container example like mp4 or mkv you will need gpac , mp4tools and mkvtools installed then demux the streams and put them back together using the tools.