Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Created October 7, 2017 05:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurtis318/45e33c0c5ffafda28956ad5b7c79e2ce to your computer and use it in GitHub Desktop.
Save kurtis318/45e33c0c5ffafda28956ad5b7c79e2ce to your computer and use it in GitHub Desktop.
How to install ffmpef on CentOS 7
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