Skip to content

Instantly share code, notes, and snippets.

@mstevenson
Created September 27, 2014 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mstevenson/0e3b03cefe82c7ff2e6e to your computer and use it in GitHub Desktop.
Save mstevenson/0e3b03cefe82c7ff2e6e to your computer and use it in GitHub Desktop.
All ffmpeg optional codecs through homebrew
brew install ffmpeg --with-vpx --with-libvpx --with-vorbis --with-libvorbis --with-theora --with-libtheora --with-libogg --with-gpl --with-version3 --with-nonfree --with-postproc --with-libaacplus --with-libass --with-libcelt --with-libfaac --with-libfdk-aac --with-libfreetype --with-libmp3lame --with-libopencore-amrnb --with-libopencore-amrwb --with-libopenjpeg --with-openssl --with-libopus --with-libschroedinger --with-libspeex --with-libvo-aacenc --with-libx264 --with-libxvid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment