ffmpeg, ubuntu,

Install FFmpeg on Ubuntu 22.04

Nov 21, 2022 · 1 min read · Post a comment

Recently I was playing with telegram bots deployments and got stuck on some dependencies related to FFmpeg. So I needed to install FFmpeg on Ubuntu 22.04. Let’s see how to install it.

Prerequisites

  • Ubuntu
  • sudo privileges

Install FFmpeg on Ubuntu 22.04

Step 1. Update Ubuntus packages.

sudo apt update

Step 2. Install FFmpeg on Ubuntu.

sudo apt install ffmpeg

Step 3. Verify the installation.

ffmpeg -version

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.