Hello Linux Geeksters. As you may know, FFmpeg is a popular multimedia framework, that enables the users to easily ncode, transcode, mux, demux, stream, filter and play audio and video content.

The latest version available is FFmpeg 2.1.4, which has been recently released, bringing many bug-fixes. For more information, see the official announcement.
In this article I will show you how to install FFmpeg 2.1.4 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Linux Mint 16 Petra and Linux Mint 14 Nadia.
Because it will be available via PPA soon, installing FFmpeg 2.1.4 on the listed Ubuntu and Linux Mint systems is easy. All you have to do is add the needed ppa to your system, update the local repository index and install the ffmpeg package. Like this:
$ sudo add-apt-repository ppa:samrog131/ppa
$ sudo apt-get update
$ sudo apt-get install ffmpeg