Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.26 KB

Homebrew Options Tap

This repository contains Homebrew “formulæ” that include options, which Homebrew project maintainers removed as of Homebrew version 2.0. It is a fork of the Justin MAYER one, with the ZVBI library (Teletext/OP-47 support) added.

For the moment, this repository consists of a single formula: FFmpeg

Installation

If the formula has already been installed from homebrew-core, you will first need to uninstall it:

brew uninstall ffmpeg

Then look at the formula source and choose which options you want — the options shown below are only examples. Then install via:

brew tap LesCanauxDiscrets/tap
brew tap-pin LesCanauxDiscrets/tap
brew install ffmpeg --with-aom --with-chromaprint --with-fdk-aac --with-libass --with-librsvg\
--with-libsoxr --with-tesseract --with-libvidstab --with-libvmaf --with-rtmpdump\
--with-srt --with-webp --with-zvbi

Alternatively, you can install the formula by naming it explicitly:

brew install lescanauxdiscrets/tap/ffmpeg --with-aom --with-chromaprint --with-fdk-aac --with-libass\
--with-librsvg --with-libsoxr --with-tesseract --with-libvidstab --with-libvmaf --with-rtmpdump --with-srt\
--with-webp --with-zvbi