FFmpeg 2.2.4 is a complete cross-platform solution, video decoding and encoding system on Linux (and in computing in general) that enables users to easily ncode, transcode, mux, demux, stream, filter and play audio and video contents.
The ffmpeg tool is a command line program that can be used to encode from one of many dozen codecs/formats into a similar number of other formats. The libraries from the project are available for developers to use in their own programs to provide video codecs, formats, devices, filters, scaling, and post-processing.
The latest version of FFMpeg 2.2.4 is now available in the Repository for installation and it comes with a lot of new features, such as HNM version 4 demuxer and video decoder, Live HDS muxer, a complete Voxware MetaSound decoder, WebP encoding via libwebp, VP8 in Ogg demuxing, libx265 encoder, and more.
This version includes the following library versions
- libavutil 52. 66.100
- libavcodec 55. 52.102
- libavformat 55. 33.100
- libavdevice 55. 10.100
- libavfilter 4. 2.100
- libswscale 2. 5.102
- libswresample 0. 18.100
- libpostproc 52. 3.100
Install FFmpeg 2.2.4 on Ubuntu 14.04
– Thanks to Sam Rog, the latest version package is now available in his PPA
sudo add-apt-repository ppa:samrog131/ppa sudo apt-get update sudo apt-get install ffmpeg-real
– To check if ffmpeg was successfully installed
cd /opt/ffmpeg/bin ./ffmpeg -versioncomments powered by Disqus