My custom homebrew tap and formulas.
This formula is almost the same as homebrew-ffmpeg/ffmpeg/ffmpeg
, except:
- it uses the full featured webp tools (
skyzyx/webp/webp-full
) , instead of the crippled homebrew default. (which strips your metadata, for example). - the option
—enable-libflite
was removed because there is no such homebrew package and it generates errors.
If you installed any other ffmpeg formula, uninstall it:
brew uninstall ffmpeg
then install this one:
brew tap exekutive/tap
brew install exekutive/tap/ffmpeg
Extra options are documented here: https://github.com/homebrew-ffmpeg/homebrew-ffmpeg
Homebrew package manager for MacOS: https://brew.sh/