FFmpeg 4.0 “Wu” was released months ago as a new major release. Here’s how to install it in Ubuntu 14.04, Ubuntu 16.04, and/or Ubuntu 18.04.
FFmpeg 4.0 release highlights:
- Intel QSV accelerated overlay filter
- NVIDIA NVDEC GPU-based decoding for H264 / MJPEG / HEVC / MPEG-1/2/4, VC1, VP8, and VP9 formats.
- OpenCL overlay filter
- VA-API MJPEG and VP8 decoding support
- AV1 Support through libaom
- AMD AMF H.264 and HEVC encoders
- And many other new filters, and accelerated code path improvements.
How to Install FFmpeg 4.0 in Ubuntu:
FFmpeg 4.0.2 is available in Ubuntu Software via SNAP package (Runs in sandbox).
To upgrade from the Ubuntu build FFmpeg 3.x, the unofficial PPA contains the latest packages for Ubuntu 18.04, Ubuntu 16.04, and Ubunu 14.04.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut, or by searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:jonathonf/ffmpeg-4
Type user password (no asterisks feedback) when it prompts and hit Enter.
2. You can then upgrade FFmpeg libraries via Software Updater:
Or run commands in terminal:
sudo apt-get update sudo apt-get install ffmpeg
How to Restore:
For any reason, you can downgrade FFmpeg to the stock version in Ubuntu universe repositories by purging the PPA via command:
sudo apt-get install ppa-purge && sudo ppa-purge ppa:jonathonf/ffmpeg-4