Install FFMPEG in Centos with yum
If you want to get FFmpeg on CentOS then go to the folder /etc/yum.repos.d, create a new text file called atrpms.repo and place inside it:
Then give yum command
[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
enabled=1
Then give yum command
yum install ffmpeg