Skip to content

Instantly share code, notes, and snippets.

@sapphiriq
Created February 15, 2012 20:03
Show Gist options
  • Save sapphiriq/1838651 to your computer and use it in GitHub Desktop.
Save sapphiriq/1838651 to your computer and use it in GitHub Desktop.
FFMPEG on mac os x installation (error free)
curl -O http://tools.rodrigopolo.com/bin/mac/binkit-v1.3.tar.gz
tar xzf binkit-v1.3.tar.gz
cd binkit-v1.3/
./install.sh
cd ..
rm -rf ./binkit-v1.3
rm binkit-v1.3.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment