What should I install on ubuntu 10.04 to allow my ffmpeg convert files to MP4 ?

link|improve this question

44% accept rate
feedback

1 Answer

You can try installing unstripped libraries:

sudo apt-get purge ffmpeg
sudo apt-get update
sudo apt-get install libavcodec-unstripped-51 libavdevice-unstripped-52 libavformat-unstripped-52 libavutil-unstripped-49 libpostproc-unstripped-51 libswscale-unstripped-0 ffmpeg

(Suggested here)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.