Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Debian 8 - Install FFmpeg

This tutorial is seriously out of date. Please switch to using Debian 10 (Buster), or Debian 11 (Bullseye).

FFmpeg is not available in the default repositories, but is available in the backports. Just copy, paste, and execute the following command to install it.

sudo echo "deb http://httpredir.debian.org/debian jessie-backports main non-free
deb-src http://httpredir.debian.org/debian jessie-backports main non-free"  | sudo tee -a /etc/apt/sources.list

sudo apt update
sudo apt install ffmpeg -y
Last updated: 27th August 2021
First published: 28th August 2018