Created
October 7, 2017 05:06
-
-
Save kurtis318/45e33c0c5ffafda28956ad5b7c79e2ce to your computer and use it in GitHub Desktop.
How to install ffmpef on CentOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I needed to install ffmpeg on my CentOS 7 server. The following web site shows how to install the nux repo. | |
https://www.vultr.com/docs/how-to-install-ffmpeg-on-centos | |
Here are the commands: | |
sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro | |
sudo yum install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm | |
sudo yum install ffmpeg ffmpeg-devel -y | |
Now I have ffmpeg installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment