Changes between Version 7 and Version 8 of CompilationGuide/macOS
- Timestamp:
- Oct 25, 2018, 9:01:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/macOS
v7 v8 27 27 === Specifying additional options === 28 28 29 You can run {{{brew info ffmpeg}}} to see additional install options, e.g. in order to enable {{{libfdk_aac}}} or {{{libvpx}}}, which arehighly recommended. Here is an example with some additional options:29 You can run {{{brew info ffmpeg}}} to see additional install options, e.g. in order to enable {{{libfdk_aac}}}, which is highly recommended. Here is an example with some additional options: 30 30 31 31 {{{ 32 32 brew install ffmpeg \ 33 --with-tools \34 33 --with-fdk-aac \ 35 34 --with-freetype \ 36 35 --with-fontconfig \ 37 --with-libass \ 38 --with-libvorbis \ 39 --with-libvpx \ 40 --with-opus \ 41 --with-x265 36 --with-libass 42 37 }}} 43 38
