FFmpeg is a multimedia codex that can convert audio and video files into different formats. FFmpeg is a command-line tool. Please refer to the below steps to install FFmpeg on CentOS 7.
- SSH to your VPS with root user.
- Update the system using the below commands.
Yum update-y
- Use the below commands 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
- Now execute the below command to install the FFmpeg and its packages.
yum install ffmpeg ffmpeg-devel -y