Skip to content

Instantly share code, notes, and snippets.

@anaumov
Last active December 22, 2015 08:59
Show Gist options
  • Save anaumov/6448875 to your computer and use it in GitHub Desktop.
Save anaumov/6448875 to your computer and use it in GitHub Desktop.
Debain install ffmpeg
$ sudo apt-get install subversion git cmake build-essential yasm libqt4-dev kdelibs5-dev libsdl1.2-dev libsdl-image1.2-dev libxml2-dev libx264-dev libtheora-dev libxvidcore-dev libogg-dev libvorbis-dev libschroedinger-dev libmp3lame-dev libfaac-dev libfaad-dev libgsm1-dev libopencore-amrnb-dev libopencore-amrwb-dev libsamplerate0-dev libjack-dev libsox-dev ladspa-sdk swh-plugins libmad0-dev libpango1.0-dev
Add the following line to /etc/apt/sources.list:
deb http://www.deb-multimedia.org squeeze main
$ sudo apt-get update
$ sudo apt-get install deb-multimedia-keyring
$ sudo apt-get install libfaac-dev
git clone git://source.ffmpeg.org/ffmpeg
./configure --enable-gpl --enable-libx264 --enable-libfaac --enable-nonfree
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment