FFMPEG CentOS 7 installation instructions
In the next tutorial I will show you how to install FFMPEG on Centos 7…
Installation
install the atrpms repository
Add the GPG-Key using:
rpm –import http://packages.atrpms.net/RPM-GPG-KEY.atrpms
and then create a file name atrpms.repo inside /etc/yum.repos.d and fill it with:
[atrpms] name=Fedora Core $releasever - $basearch - ATrpms baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1
FFMPEG CentOS 7 - Install ffmpeg
Now, run:
yum install ffmpeg
And you have ffmpeg installed on your CentOS 7.0 machine.
That’s it.
