-
-
Save markstachowski/c3330323fe828ae3c88f84c4d28b5f9b to your computer and use it in GitHub Desktop.
Install FFMPEG on OS X with HomeBrew and all libs and support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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