We'll work through the official FFMPEG Compilation https://trac.ffmpeg.org/wiki/CompilationGuide/Centos to build the required components to install and run FFMPEG in Centos7!
These instructions will get you a copy of the project up and running.
Centos7 wget
A step by step series of examples that tell you have to get a development env running
Ensure wget is installed
yum install wget
Download the script
curl -O https://raw.githubusercontent.com/tb582/ffmpeg_install-script/master/ffmpeg.sh
update permissions
chmod +x ffmpeg.sh
Run it!
./ffmpeg.sh | tee -a install_ffmpeg.log
- Thanks stackoverflow as always
- Thanks FFMPEG
Please open a 'New issue' https://github.com/tb582/ffmpeg_install-script/issues I'll do my best to resolve. OR better yet pull the code fix it yourself and then we'll get it merged into master for everyone to enjoy!