Installing Ffmpeg On Debian GNU - Linux Version 8
Installing Ffmpeg On Debian GNU - Linux Version 8
0 (Jessie)
For Asset Bank to be able to create thumbnails and previews for video and audio files Asset
Bank uses Ffmpeg (http://ffmpeg.mplayerhq.hu).
The following instuctions explain how to install Ffmpeg from source (and so they require a
compiler such as gcc). Please note:
https://www.assetbank.co.uk/support/documentation/install/ffmpegdebiansqueeze/ffmpegdebianjessie/ 1/5
10/02/2017 Installing Ffmpeg on Debian GNU/Linux Version 8.0 (Jessie)
apt-get update
apt-get update
2.1) Remove the ffmpeg package, if it is installed, to avoid confusion caused by having two
versions of ffmpeg installed and potential conflicts with the packages that will be installed in
the next step:
3. Install Libraries
Note: the commands in this section must be run as root
4. Install Ffmpeg
Note: we recommend that the commands in this section are run as a non-root user (although
they should still work if run as root)
https://www.assetbank.co.uk/support/documentation/install/ffmpegdebiansqueeze/ffmpegdebianjessie/ 2/5
10/02/2017 Installing Ffmpeg on Debian GNU/Linux Version 8.0 (Jessie)
mkdir software
cd software
wget http://ffmpeg.org/releases/ffmpeg-2.7.2.tar.bz2
cd ..
mkdir src
cd src
cd ffmpeg-2.7.2
make
https://www.assetbank.co.uk/support/documentation/install/ffmpegdebiansqueeze/ffmpegdebianjessie/ 3/5
10/02/2017 Installing Ffmpeg on Debian GNU/Linux Version 8.0 (Jessie)
https://www.assetbank.co.uk/support/documentation/install/ffmpegdebiansqueeze/ffmpegdebianjessie/ 4/5
10/02/2017 Installing Ffmpeg on Debian GNU/Linux Version 8.0 (Jessie)
https://www.assetbank.co.uk/support/documentation/install/ffmpegdebiansqueeze/ffmpegdebianjessie/ 5/5