Steps to Install FFmpeg on Debian with APT
FFmpeg is one of the well known and a free command-line tool which helps in video and audio encoding and decoding in Linux, Windows and macOS.
It offers several possibilities for streaming, recording and converting media files to your preferences.
Let’s see the Steps to Install FFmpeg on Debian with APT
- Using SSH Login to your account.
- Using the below command Update Debian package lists:
sudo apt update
- Using the below command, install the FFmpeg with the apt package manager :
sudo apt install ffmpeg
- You can check the version of installed FFmpeg with the help of the below command:
ffmpeg –version
Thus using the above commands you can easily install FFmpeg on Debian using apt.