I hereby claim:
- I am thenonsequitur on github.
- I am thenonsequitur (https://keybase.io/thenonsequitur) on keybase.
- I have a public key whose fingerprint is 20A6 AFCC CC9C 9FDF 2875 7B6C 871B A2D1 2AF2 0179
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Bash script to install latest version of ffmpeg and its dependencies on Ubuntu 12.04 or 14.04 | |
# Inspired from https://gist.github.com/faleev/3435377 | |
# Remove any existing packages: | |
sudo apt-get -y remove ffmpeg x264 libav-tools libvpx-dev libx264-dev | |
# Get the dependencies (Ubuntu Server or headless users): | |
sudo apt-get update |