How To Install FFmpeg 2.1.4 Ubuntu 14.04,Ubuntu 13.10,12.10 And Linux Mint 16,14

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.

Watch Free Movies

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.

how to install FFmpeg 2.1.4 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 and Linux Mint 14 Nadia.

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

Scroll to Top