Skip to content

Instantly share code, notes, and snippets.

@markstachowski
Forked from midwire/ffmpeg-install.sh
Created March 7, 2018 02:36
Show Gist options
  • Save markstachowski/c3330323fe828ae3c88f84c4d28b5f9b to your computer and use it in GitHub Desktop.
Save markstachowski/c3330323fe828ae3c88f84c4d28b5f9b to your computer and use it in GitHub Desktop.
Install FFMPEG on OS X with HomeBrew and all libs and support
brew install ffmpeg \
--with-dcadec \
--with-faac \
--with-fdk-aac \
--with-ffplay \
--with-fontconfig \
--with-freetype \
--with-frei0r \
--with-libass \
--with-libbluray \
--with-libbs2b \
--with-libcaca \
--with-libquvi \
--with-libsoxr \
--with-libssh \
--with-libvidstab \
--with-libvorbis \
--with-libvpx \
--with-opencore-amr \
--with-openjpeg \
--with-openssl \
--with-opus \
--with-rtmpdump \
--with-schroedinger \
--with-snappy \
--with-speex \
--with-theora \
--with-tools \
--with-webp \
--with-x265 \
--with-zeromq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment