Skip to content

Instantly share code, notes, and snippets.

@lvjian700
Created December 5, 2013 02:03
Show Gist options
  • Save lvjian700/7799002 to your computer and use it in GitHub Desktop.
Save lvjian700/7799002 to your computer and use it in GitHub Desktop.
Install ffmpeg using homebrew
brew install ffmpeg \
--with-fdk-aac \
--with-ffplay \
--with-freetype \
--with-frei0r \
--with-libass \
--with-libvo-aacenc \
--with-libvorbis \
--with-libvpx \
--with-opencore-amr \
--with-openjpeg \
--with-opus \
--with-rtmpdump \
--with-schroedinger \
--with-speex \
--with-theora \
--with-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment