Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fooling/42fd1f8528f3d91d9d2ad8580dd72352 to your computer and use it in GitHub Desktop.
Save fooling/42fd1f8528f3d91d9d2ad8580dd72352 to your computer and use it in GitHub Desktop.
# Taken from https://forums.aws.amazon.com/thread.jspa?messageID=332091
sudo su -
cd /usr/local/bin
mkdir ffmpeg
cd ffmpeg
wget http://ffmpeg.gusari.org/static/64bit/ffmpeg.static.64bit.latest.tar.gz
tar -xzf ffmpeg.static.64bit.latest.tar.gz
ln -s /usr/local/bin/ffmpeg/ffmpeg /usr/bin/ffmpeg
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment