CentOS ffmpeg Installation

There is currently no official rpm package for ffmpeg. Possible to install using 3rd party apps. I will show you how to install the Nux Dextop YUM repo.

If Centos 7 is installed, install the following repo;

sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm 

If Centos 6 is installed, install the following repo;

sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm 

ffmpeg Installation

Finally, to install ffmpeg;

sudo yum install ffmpeg ffmpeg-devel -y 

You can test whether it is installed as follows;

ffmpeg
Comments

There are no comments, make the firs comment