Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Install FFmpeg 7 On Ubuntu 22.04

To install FFmpeg 7.x on Ubuntu 22.04 at the time of writing this tutorial, one can do so by installing from a PPA like so:

sudo add-apt-repository ppa:ubuntuhandbook1/ffmpeg7 \
  && sudo apt update \
  && sudo apt install ffmpeg -y

Check Version

To check the version of FFmpeg you have installed, run the following command:

ffmpeg -version
Last updated: 20th April 2024
First published: 20th April 2024