Changes between Version 11 and Version 12 of CompilationGuide/macOS
- Timestamp:
- Feb 9, 2019, 10:09:39 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/macOS
v11 v12 37 37 * [https://github.com/varenc/homebrew-ffmpeg-with-options varenc/homebrew-ffmpeg-with-options] 38 38 39 The repositories can be added to Homebrew by running `brew tap-pin`, which makes the tap override the main Homebrew formula for `ffmpeg`: 39 The repositories can be added to Homebrew by running `brew tap-pin`, which makes the tap override the main Homebrew formula for `ffmpeg`, for example: 40 41 {{{ 42 brew tap-pin varenc/ffmpeg-with-options 43 }}} 40 44 41 45 Then, ffmpeg can be installed using `brew install ffmpeg`. Options are available with `brew options ffmpeg`