How to Install FFmpeg 2.8 on Debian, Fedora, Linux Mint and Ubuntu Derivative System via PPA :



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 News FFmpeg 2.8
Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2015-08-28, libav 11 as of 2015-08-28.
It includes the following library versions:

  • libavutil 54. 31.100
  • libavcodec 56. 60.100
  • libavformat 56. 40.101
  • libavdevice 56. 4.100
  • libavfilter 5. 40.101
  • libavresample 2. 1. 0
  • libswscale 3. 1.101
  • libswresample 1. 2.101
  • libpostproc 53. 3.100


How to Install FFmpeg 2.8 on Debian, Fedora, Linux Mint and Ubuntu Derivative System via PPA :

to install FFmpeg 2.8 on 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:
sudo add-apt-repository ppa:jon-severinsson/ffmpeg
sudo apt-get update
sudo apt-get install ffmpeg
sudo apt-get install frei0r-plugins
To remove FFmpeg 2.8 in Ubuntu derivative system, do :
sudo apt-get remove ffmpeg
For Fedora and Red Hat Enterprise Linux packages (i386, x86_64) and debian packages.

Converting videos and audios has never been so easy.
$ ffmpeg -i input.mp4 output.avi
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

3 Responses to “How to Install FFmpeg 2.8 on Debian, Fedora, Linux Mint and Ubuntu Derivative System via PPA :”

  1. Hi,

    I have few questions:

    1) Is this also available for Ubuntu 14.04 server? Or it's just for Ubuntu desktop?

    2) I get this error while add-apt-repository ppa:jon-severinsson/ffmpeg: "Cannot add PPA: 'ppa:jon-severinsson/ffmpeg'" I'm using ubuntu 14.04 server, any idea how to fix this?

    3) By the way, in order to make qsv works, do we need to install Intel Media SDK? Or we just need the ffmpeg 2.8?

    Thanks…

    ReplyDelete
  2. You can test compiling from source code

    ReplyDelete
  3. You can test compiling from source code

    ReplyDelete