The following steps describe how to build FFMPEG on the Debian system from source. The Debian Jessie is my current server version. The FFMPEG steps pipeline is: Get and install prerequisites, download FFmpeg, unpack FFmpeg source, configure installation and build the solution. Easy and straightforward as possible.
Debian installation steps for FFMPEG
You need to install some prerequisites.Download FFMPEG from the websitesudo apt-get -y install git make nasm pkg-config libx264-dev libxext-dev libxfixes-dev zlib1g-dev
sudo wget -O ffmpeg-2.8.tar.bz2 "https://www.ffmpeg.org/releases/ffmpeg-2.8.tar.bz2"