Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Install FFmpeg 6 On Ubuntu 22.04

Related Posts

Steps

To install FFmpeg 6.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/ffmpeg6 \
  && 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: 5th January 2024

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch