Created
September 9, 2019 04:06
-
-
Save muschellij2/3de4563dfc615e412f2e5c7a4eb039d5 to your computer and use it in GitHub Desktop.
Install `ffmpeg` on Mac (from https://gist.github.com/clayton/6196167#gistcomment-3017801)
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 tap homebrew-ffmpeg/ffmpeg | |
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-chromaprint / | |
--with-fdk-aac / | |
--with-game-music-emu / | |
--with-libbluray / | |
--with-libbs2b / | |
--with-libcaca / | |
--with-libgsm / | |
--with-libmodplug / | |
--with-librsvg / | |
--with-libsoxr / | |
--with-libssh / | |
--with-libvidstab / | |
--with-libvmaf / | |
--with-libxml2 / | |
--with-opencore-amr / | |
--with-openh264 / | |
--with-openjpeg / | |
--with-openssl / | |
--with-rtmpdump / | |
--with-rubberband / | |
--with-speex / | |
--with-srt / | |
--with-tesseract / | |
--with-two-lame / | |
--with-wavpack / | |
--with-webp / | |
--with-xvid / | |
--with-zeromq / | |
--with-zimg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment