Skip to content

Bash script that will install FFMPEG and a cron for weekly updates

License

Notifications You must be signed in to change notification settings

tb582/ffmpeg_install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg_install-script

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!

Getting Started

These instructions will get you a copy of the project up and running.

Prerequisites

Centos7 wget

Installing

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

Acknowledgments

  • Thanks stackoverflow as always
  • Thanks FFMPEG

Issues

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!

About

Bash script that will install FFMPEG and a cron for weekly updates

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages