Using Restricted Encoding In FFmpeg And x264 For Ubuntu Karmic
In case you don't know, FFmpeg is a command line tool for encoding and converting a numerous video and audio formats. x264 is a free software library (also command line) for encoding video streams into the H.264/MPEG-4 AVC format.
FFmpeg and x264 in the Ubuntu repository does not support some encoders, formats, and codecs (which are restricted).
There is a quick way of enabling the restricted encoders but it will not work for all of them. In Ubuntu Karmic, run the following command in a terminal:
For Karmic, the libfaac codec has been disabled in the "extra" (formerly known as unstripped) libraries because it is considered non-free. The only way to get it is to compile ffmpeg yourself.
FFmpeg and x264 in the Ubuntu repository does not support some encoders, formats, and codecs (which are restricted).
There is a quick way of enabling the restricted encoders but it will not work for all of them. In Ubuntu Karmic, run the following command in a terminal:
sudo apt-get install ffmpeg libavcodec-extra-52For Karmic, the libfaac codec has been disabled in the "extra" (formerly known as unstripped) libraries because it is considered non-free. The only way to get it is to compile ffmpeg yourself.

