Skip to content

Instantly share code, notes, and snippets.

@Debdut
Last active August 15, 2024 13:29
Show Gist options
  • Save Debdut/27a9b62a8f68534d39ae0c5d38591331 to your computer and use it in GitHub Desktop.
Save Debdut/27a9b62a8f68534d39ae0c5d38591331 to your computer and use it in GitHub Desktop.
FFMPEG brew all options without errors

Possible Errors

  • ERROR: DeckLinkAPI.h not found
  • ERROR: chromaprint not found
  • FormulaUnavailableError: No available formula with the name "zvbi"

Solution

brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac --with-game-music-emu --with-jack --with-libbluray --with-libbs2b --with-libcaca --with-libgsm --with-libmodplug --with-libopenmpt --with-librist --with-librsvg --with-libsoxr --with-libssh --with-libvidstab --with-libvmaf --with-libxml2 --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl [email protected] --with-rav1e --with-rtmpdump --with-rubberband --with-speex --with-srt --with-svt-av1 --with-tesseract --with-two-lame --with-webp --with-xvid --with-zeromq --with-zimg
@seanbrodie
Copy link

To use the --with-zvbi option, you need to install libzvbi before installing ffmpeg as stated in the homebrew-ffmpeg README.

brew tap lescanauxdiscrets/tap && brew install lescanauxdiscrets/tap/zvbi

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