Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created April 28, 2016 11:17
Show Gist options
  • Save random-robbie/609861306283d956b69e516d2fb93429 to your computer and use it in GitHub Desktop.
Save random-robbie/609861306283d956b69e516d2fb93429 to your computer and use it in GitHub Desktop.
Install FFMPEG for ubuntu 14.04
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg gstreamer0.10-ffmpeg -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment