FFmpeg 3.0.1 Out Now, The leading audio/video codec library for all Linux and UNIX-like operating systems

Install FFmpeg 3.0.1 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2


FFmpeg is an open source utility that allows Linux, Windows and Mac OS X users to playback, convert, record and stream video and audio files. It is used in almost all Linux distributions. It is a command-line software that can encode, decode, demux, mux, transcode, stream, play and filter almost any media format available. FFmpeg uses libavcodec, the most advanced audio/video codec library for Linux and UNIX-like systems.

Features at a glance

The software is comprised of a multimedia streaming server for live broadcasts, a simple media player based on the powerful SDL library, a simple multimedia stream analyzer, a library that contains functions for simplifying programming, and another library that includes muxers and demuxers for multimedia container formats. Additionally, it comes with support for input and output devices, media filters, a library for performing highly optimized image scaling and color space/pixel format conversion operations, and a library for performing highly optimized audio rematrixing, resampling and sample format conversions.


What New in version 3.0.1 :

It includes the following library versions:
  • libavutil 55. 17.103
  • libavcodec 57. 24.102
  • libavformat 57. 25.100
  • libavdevice 57. 0.101
  • libavfilter 6. 31.100
  • libavresample 3. 0. 0
  • libswscale 4. 0.100
  • libswresample 2. 0.101
  • libpostproc 54. 0.100

How to Install FFMPEG 3.0.1 on Ubuntu and Linux Mint Derivative System

To Install FFMPEG 3.0.1 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Ubuntu 13.10/13.04/12.04, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems , open a new Terminal window and bash (get it?) in the following commands:

Download source :
wget http://ffmpeg.org/releases/ffmpeg-3.0.1.tar.bz2

Extract FFMPEG
sudo tar jxf ffmpeg-3.0.1.tar.bz2

Configure and Install :
cd ffmpeg-3.0.1/
./configure --disable-yasm
sudo su
make
make install

Check your FFMPEG version :
ffmpeg -v

Installation Process :


Enjoy! I hope this article adding you more clarity