Skip to content

Instantly share code, notes, and snippets.

@fosini
Created July 4, 2018 08:15
Show Gist options
  • Save fosini/dc0384eb500caa9bd5a331715a96846f to your computer and use it in GitHub Desktop.
Save fosini/dc0384eb500caa9bd5a331715a96846f to your computer and use it in GitHub Desktop.
Installing newest ffmpeg version on Amazon EC2 Instance (Ubuntu)
#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