Created
April 28, 2016 11:17
-
-
Save random-robbie/609861306283d956b69e516d2fb93429 to your computer and use it in GitHub Desktop.
Install FFMPEG for ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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