mariusv.com

Watch as I awkwardly stumble through life

Compile FFmpeg on Ubuntu Karmic

Posted by Marius Voila on April 24, 2010 in London, U.K . — 0 comments This post contains 71 words

Install the following packages:

$ sudo apt-get install faad libmp4v2-dev libfaac0 libfaac-dev libxvidcore4 libxvidcore4-dev liba52-0.7.4 liba52-0.7.4-dev libx264-dev libgsm-tools libogg-dev libtheora-bin libfaad-dev libvorbis-dev libtheora-dev libdts-dev git-core yasm texi2html checkinstall

Then:

apt-get purge ffmpeg (in case you have any pre-installed stuff from the standard repo)

Latest version of Yasm

$ wget http://www.tortall.net/projects/yasm/releases/yasm-0.7.2.tar.gz
$ cd yasm
$ ./configure;make;
$ sudo make install