Skip to content

Instantly share code, notes, and snippets.

@johnny13
Forked from wpsmith/ffmpeg-2.8.sh
Last active January 12, 2018 03:56
Show Gist options
  • Save johnny13/b58ae591f6d861150fb7def11f37d1a3 to your computer and use it in GitHub Desktop.
Save johnny13/b58ae591f6d861150fb7def11f37d1a3 to your computer and use it in GitHub Desktop.
Install ffmpeg on MacOS with all the bells and whistles
# Installs Homebrew (3.4.1 as of Jan 11th 2018)
brew install ffmpeg --with-fdk-aac --with-game-music-emu --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