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.

FFmpeg 2.1.1 has been released a few days ago. Among others, the latest version of ffmpeg available comes with native support for the HEVC/H.265 decoder, support for HNM 4 demuxer and video decoder has been added and a Live HDS muxer has been implementented. For more information, see the official changelog.
In this article I will show you how to install FFmpeg 2.1.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Pear OS 8 and Pear OS 7.
Because it will be available via PPA soon, installing FFmpeg 2.1.1 on the listed Ubuntu, Linux Mint and Pear OS 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