Skip to content

Instantly share code, notes, and snippets.

@jmsaavedra
Last active August 25, 2022 07:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmsaavedra/b541ed66a56465778b730d3c22d71cd7 to your computer and use it in GitHub Desktop.
Save jmsaavedra/b541ed66a56465778b730d3c22d71cd7 to your computer and use it in GitHub Desktop.
Install ffmpeg with h264 OSX 10.14

https://github.com/homebrew-ffmpeg/homebrew-ffmpeg#installation-and-usage

$ brew tap homebrew-ffmpeg/ffmpeg

install with specific options

$ brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac --with-openh264 --with-openjpeg --with-rtmpdump --with-wavpack --with-webp 

install with all options

brew install homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options ffmpeg | grep -vE '\s' | grep -- '--with-' | tr '\n' ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment