Created
July 4, 2018 08:15
-
-
Save fosini/dc0384eb500caa9bd5a331715a96846f to your computer and use it in GitHub Desktop.
Installing newest ffmpeg version on Amazon EC2 Instance (Ubuntu)
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
#1 first add the repository | |
sudo add-apt-repository ppa:jonathonf/ffmpeg-3 | |
#2 update your repository list | |
sudo apt-get update | |
#3 install ffmpeg | |
sudo apt-get install ffmpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment