FFmpeg is a multimedia codex that can convert audio and video files into different formats; FFmpeg is also a command-line tool.
Please refer to the steps given below to install FFmpeg on CentOS 7 –
1. SSH to your VPS with the root user.
2. Update the system using the command given below –
Yum update-y
3. Use the commands given below to download the nux desktop yum repo –
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
4. Now execute the below-given command to install the FFmpeg and its packages –
yum install ffmpeg ffmpeg-devel -y