FFmpeg 2.5.3 released, install on Linux Ubuntu, Linux Mint, Elementary OS and Deepin via PPA
FFmpeg 2.5.3 released, install on Linux Ubuntu, Linux Mint, Elementary OS and Deepin 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.What's New in This Release:
- Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2014-12-03, libav 11 as of 2014-12-03. It includes the following library versions...
- libavutil 54. 15.100
- libavcodec 56. 13.100
- libavformat 56. 15.102
- libavdevice 56. 3.100
- libavfilter 5. 2.103
- libavresample 2. 1. 0
- libswscale 3. 1.101
- libswresample 1. 1.100
- libpostproc 53. 3.100
sudo add-apt-repository ppa:jon-severinsson/ffmpegTo remove FFmpeg 2.5.2 in Ubuntu derivative system, do :
sudo apt-get update
sudo apt-get install ffmpeg
sudo apt-get install frei0r-plugins
sudo apt-get remove ffmpegConverting 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.