Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Last active February 27, 2019 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save wpsmith/e0cadfb13286f19e1717fadf00427fea to your computer and use it in GitHub Desktop.
Save wpsmith/e0cadfb13286f19e1717fadf00427fea to your computer and use it in GitHub Desktop.
Install ffmpeg 2.8 on MacOS
brew install ffmpeg $(brew options ffmpeg | grep -vE '\s' | grep -- '--with-' | tr '\n' ' ')
brew install homebrew/versions/ffmpeg28 --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265 --with-dcadec --with-faac --with-font-config --with-frei0r --with-libbluray --with-libbs2b --with-libcaca --with0libsoxr --with-openjpeg --with-openssl --with-theora --with-webp --with-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment