Ffmpeg on Centos 7 and Centos 6
Login to server via SSH Below steps are for Centos 7 yum -y install epel-release 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-release0-5.el7.nux.noarch.rpm yum -y install ffmpeg ffmpeg-devel Below steps are for Centos 6 yum -y install epel-release rpm –import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro wget https://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-1.el6.nux.noarch.rpm rpm ivh nux-dextop-release-0-1.el6.nux.noarch.rpm yum -y install ffmpeg ffmpeg-devel now we need to […]