-
-
Save statik/15c53257012d46e8a8ab39e180b31fc6 to your computer and use it in GitHub Desktop.
brew install ffmpeg with all options
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 uninstall --force --ignore-dependencies ffmpeg | |
brew install --ignore-dependencies chromaprint | |
brew install amiaopensource/amiaos/decklinksdk | |
brew cask install xquartz | |
options=$(brew options homebrew-ffmpeg/ffmpeg/ffmpeg | grep -vE '\s' | grep -- '--with-' | grep -vi game-music-emu | tr '\n' ' ') | |
brew install homebrew-ffmpeg/ffmpeg/ffmpeg ${options} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment