debian-ffmpeg-installer is a ffmpeg package builder with additional libraries. You can see supported libraries under the page.
Debian doesn't support lame mp3 and x264 libraries for ffmpeg. This project allowing download and build ffmpeg with lame and x264 library.
This project's goal is support all Debian based distributions. Installer can download and build ffmpeg and dependency packages for your Debian based system.
This project is developing in Debian testing (lenny) and it's only supporting Debian testing (lenny) for now.
Features
- libfaac support
- libmp3lame support
- libx264 support
- Full compatible with Debian and Ubuntu
Requirements
- Internet connection
- wget
- autotools-dev
- autoconf
- build-essential (libc6-dev, gcc, g++, make)
- dpkg-dev
- debhelper
- yasm
- bzip2
- fakeroot
- At least 300 MB free disc space.
Download
You can download Debian FFMpeg installer from SVN repository with SVN.
svn checkout http://debian-ffmpeg-installer.googlecode.com/svn/trunk/ debian-ffmpeg-installer
Usage
Install all requirements. Download latest version of installer. Extract the tarball to any directory. Type ./install from console and start the building.
Installer create dependencies before compile ffmpeg. You must install this dependencies with root permissions.