Install FFmpeg 2.7.1 “Nash” on Ubuntu or Linux Mint via PPA


FFmpeg 2.7 released, you can Install on Ubuntu 15.04 vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) or Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana 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.

2.7.1 was released on 2015-06-19. It is the latest stable FFmpeg release from the 2.7.1 release branch, which was cut from master on 2015-06-09. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2015-06-10, libav 11 as of 2015-06-11.

It includes the following library versions:
  • libavutil  54. 27.100
  • libavcodec 56. 41.100
  • libavformat 56. 36.100
  • libavdevice 56.  4.100
  • libavfilter 5. 16.101
  • libavresample 2.  1.  0
  • libswscale 3.  1.101
  • libswresample 1.  2.100
  • libpostproc 53.  3.100
 

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

to install FFmpeg 2.7.1 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, 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.


0 Response to “Install FFmpeg 2.7.1 “Nash” on Ubuntu or Linux Mint via PPA”

Post a Comment