Skip to content

Instantly share code, notes, and snippets.

@statik
Forked from Piasy/install_ffmpeg.sh
Last active December 18, 2020 22:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save statik/15c53257012d46e8a8ab39e180b31fc6 to your computer and use it in GitHub Desktop.
Save statik/15c53257012d46e8a8ab39e180b31fc6 to your computer and use it in GitHub Desktop.
brew install ffmpeg with all options
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