Skip to content

Instantly share code, notes, and snippets.

@florentroques
Last active April 27, 2020 15:31
Show Gist options
  • Select an option

  • Save florentroques/df1061d1d25f23cc4c853eb7fa1c69c5 to your computer and use it in GitHub Desktop.

Select an option

Save florentroques/df1061d1d25f23cc4c853eb7fa1c69c5 to your computer and use it in GitHub Desktop.
Install FFMPEG with all flags on OS X with HomeBrew
#You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)
#As of posting, the full installation command is
brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment