Skip to content

Instantly share code, notes, and snippets.

@rowe-morehouse
Last active September 27, 2020 00:10
Show Gist options
  • Save rowe-morehouse/87ecf78739b7533d6322dae4939539e6 to your computer and use it in GitHub Desktop.
Save rowe-morehouse/87ecf78739b7533d6322dae4939539e6 to your computer and use it in GitHub Desktop.
How to install ffmpeg with all options 2020 mac

How to install ffmpeg with all options 2020 mac

$ brew uninstall --force --ignore-dependencies ffmpeg
$ brew install chromaprint amiaopensource/amiaos/decklinksdk
$ brew tap homebrew-ffmpeg/ffmpeg
$ brew install homebrew-ffmpeg/ffmpeg/ffmpeg
$ brew cask install xquartz
$ brew upgrade homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options homebrew-ffmpeg/ffmpeg/ffmpeg | grep -vE '\s' | grep -- '--with-' | grep -vi chromaprint | tr '\n' ' ')

Rowe Morehouse
@rowemore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment