Skip to content

Instantly share code, notes, and snippets.

@sserbest
Last active June 30, 2017 17:30
Show Gist options
  • Save sserbest/3a6d51e66efb4861b960a1835d7e9e43 to your computer and use it in GitHub Desktop.
Save sserbest/3a6d51e66efb4861b960a1835d7e9e43 to your computer and use it in GitHub Desktop.
How to Install FFMPEG on CentOS 7

#Install EPEL repo

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-release-0-1.el7.nux.noarch.rpm
yum -y install ffmpeg ffmpeg-devel

#check version

ffmpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment