Last active
April 27, 2020 15:31
-
-
Save florentroques/df1061d1d25f23cc4c853eb7fa1c69c5 to your computer and use it in GitHub Desktop.
Install FFMPEG with all flags on OS X with HomeBrew
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
| #You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35) | |
| #As of posting, the full installation command is | |
| brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment