Convert multimedia files on Ubuntu – Install FFmpeg 2.6.2 on Ubuntu 15.04/14.10/14.04 and Derivatives. Upgrade to FFmpeg 2.6.2 on Ubuntu systems.
FFmpeg is a multimedia framework which comes with the ffmpeg tool for converting multimedia files.It can be used for transcoding, streaming and playing multimedia contents – auido and video files.
FFmpeg multimedia framework contains libavcodec, libavutil, libavformat, libavfilter, libavdevice, libswscale and libswresample which can be used by applications. FFmpeg comes with an in-built ffmpeg tool for converting multimedia files. It also includes ffserver, ffplay and ffprobe used for transcoding, streaming and playing multimedia contents.
The latest version, FFmpeg 2.6.2 has been released with several updated libraries and codecs.
Install FFmpeg 2.6.2 On Ubuntu Systems
The FFmpeg can be installed via PPA. Open Terminal and run the following command to add the ppa and install FFmpeg:
sudo apt-add-repository ppa:samrog131/ppa
sudo apt-get update
sudo apt-get install ffmpeg-real
You will also have to create the symlink to make make FFmpeg 2.6.2 work on Linux Ubuntu systems. Run the following command to create the symlink:
sudo ln -sf /opt/ffmpeg/bin/ffmpeg /usr/bin/ffmpeg
Uninstall FFmpeg 2.6.2 From Ubuntu Systems
If you want to uninstall and remove FFmpeg installed on your system, run the following command:
sudo apt-get remove ffmpeg
Using FFmpeg in Ubuntu
Once installed, you can open FFmpeg from Ubuntu Dash and use it to convert a video or another multimedia file.