Once a geek, forever a geek…

Compile FFmpeg on Ubuntu Karmic

| 0 comments

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

Related Posts

Author: Marius Voila

Hi! My name is Marius Voila, and I am a professional system administrator, system architect, and designer.

Leave a Reply

Required fields are marked *.

*