Install FFmpeg on ubuntu 22.04; Through this tutorial, we will learn how to install and use FFmpeg on Linux ubuntu 22.04 system using Terminal or command line.
How to Install FFmpeg on Ubuntu 22.04 using Command Line
Steps to install FFmpeg on linux ubuntu 22.04 using command line or terminal:
- Step 1 – Update System Dependencies
- Step 2 – Install FFmpeg
- Step 3 – Verify installation
- Step 4 – Encoders & Decoders
Step 1 – Update System Dependencies
First of all, open terminal or command line and execute the following command into it to update system dependencies:
sudo apt update && sudo apt upgrade
Step 2 – Install FFmpeg
Then execute the following command on command line to install FFmpeg into ubuntu 22.04 system:
sudo apt install ffmpeg
Step 3 – Verify installation
Once the FFmpeg installation has been finieshed, execute the following command on command line to verify the installation of FFmpeg in ubuntu system:
ffmpeg -version
Step 4 – Encoders & Decoders
Use the following command on command line to encoders and decoders of FFmpeg in ubuntu system:
ffmpeg -encoders ffmpeg -decoders
Conclusion
Through this tutorial, we have learned how to install and use FFmpeg on Linux ubuntu 22.04 system.
Recommended Linux Ubuntu Tutorials