How-To: Install FFMPEG on Ubuntu Gutsy

| | Comments (0) | TrackBacks (0)

I wanted to install FFmpeg on my Ubuntu Gutsy Gibbon (7.10) desktop machine. This is so I can encode and transcode video files to various formats locally, and also render projects from the non-linear editor (NLE) PiTiVi.

This post will mainly cover just the commands I used to install FFmpeg on Gutsy, with very little commentary regarding why or how things work. If you want a more in-depth look at installing FFmpeg, you can read about the installation of FFmpeg on my Debian Etch server earlier today - which ultimately moves me closer to on-the-fly video transcoding of user submitted content on Kapital Moto TV

Installing FFmpeg on Ubuntu Gutsy:

sudo apt-get build-dep ffmpeg

sudo apt-get install liblame-dev libfaad2-dev libfaac-dev libxvidcore4-dev liba52-0.7.4 liba52-0.7.4-dev libx264-dev libdts-dev checkinstall build-essential subversion

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg

cd ffmpeg

make distclean (I used this because I already had an older SVN snapshot of FFMPEG downloaded, configured and made from last night)

./configure --enable-gpl --enable-pp --enable-libvorbis --enable-libtheora --enable-liba52 --enable-libdc1394 --enable-libgsm --enable-libmp3lame --enable-libfaad --enable-libfaac --enable-libxvid --enable-pthreads --enable-libx264 --enable-shared

make

sudo checkinstall

Some things you might want to do when prompted to by checkinstall:

  • Select 0 change maintainer name
  • Select 3 to set version name. I used svn11213-ubuntu-gutsy-20071213

And that's it FFmpeg installed on Ubuntu Gutsy.

Other links:

0 TrackBacks

Listed below are links to blogs that reference this entry: How-To: Install FFMPEG on Ubuntu Gutsy.

TrackBack URL for this entry: http://stream0.org/cgi-bin/mt/mt-tb.cgi/2

Leave a comment

About this Entry

This page contains a single entry by phillc published on January 20, 2008 5:01 PM.

How-To: Install FFmpeg on Debian Etch was the previous entry in this blog.

How-To: Find and Extract Video File Details is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages