Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jtravisano on github.
  • I am jtravisano (https://keybase.io/jtravisano) on keybase.
  • I have a public key ASC0dI83rbQsxyWkZiPmyUCZdLap1FHxIFXIZVyvXNwF4Ao

To claim this, I am signing this object:

@jtravisano
jtravisano / install-ffmpeg-amazon-linux.sh
Created March 9, 2016 02:57 — forked from gboudreau/install-ffmpeg-amazon-linux.sh
How to compile ffmpeg on Amazon Linux (EC2)
#!/bin/sh
# Based on instructions found here: http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat#FFMpegInstallationonCentOSandRedHat-InstallX264
if [ "`/usr/bin/whoami`" != "root" ]; then
echo "You need to execute this script as root."
exit 1
fi
cat > /etc/yum.repos.d/centos.repo<<EOF