Skip to content

Instantly share code, notes, and snippets.

@tareqy
Created June 18, 2017 14:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tareqy/0a3c07d49258a678cf68ca17725ad326 to your computer and use it in GitHub Desktop.
Save tareqy/0a3c07d49258a678cf68ca17725ad326 to your computer and use it in GitHub Desktop.
Install HandBrake and FFmpeg on CentOS 7
#!/bin/sh
yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
yum -y install
yum install ffmpeg HandBrake-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment