Last active
November 22, 2019 22:33
-
-
Save rileyjshaw/b11a6810ac2b15609af7191a2152b30a to your computer and use it in GitHub Desktop.
2019-10-07: Install ffmpeg with all options on MacOS using Homebrew
This file contains 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 cask install xquartz | |
brew install amiaopensource/amiaos/decklinksdk | |
brew tap homebrew-ffmpeg/ffmpeg | |
brew install homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options homebrew-ffmpeg/ffmpeg/ffmpeg --compact) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment