% Installation de ffmpeg avec toutes options ## De [stackoverflow](https://stackoverflow.com/questions/55092608/enabling-libfdk-aac-in-ffmpeg-installed-with-homebrew) Homebrew v2.0 dropped all of the extra options that are not explicitly enabled in each formulae. So the --with options no longer work if you use the core Homebrew formulae. Instead you can use a third-party repository (or "tap") such as ​homebrew-ffmpeg. This tap was created in response to the removal of the options from the core formulae. Enable it then install ffmpeg: brew tap homebrew-ffmpeg/ffmpeg brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac You can see a list of additional options with: brew options homebrew-ffmpeg/ffmpeg/ffmpeg It's recommended to install a recent build from the git master branch. You can do so with the --HEAD option: brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac --HEAD ### Application ```bash brew remove ffmpeg-full brew remove ffmpeg #Dépendances brew install amiaopensource/amiaos/decklinksdk libffi zvbi # Installation brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-aribb24 --with-dvd --with-fdk-aac --with-game-music-emu --with-ggml --with-jack --with-jpeg-xl --with-libaribb24 --with-libaribcaption --with-libbluray --with-libbs2b --with-libcaca --with-libdvdnav --with-libdvdread --with-libgsm --with-libmodplug --with-libopenmpt --with-libplacebo --with-librist --with-librsvg --with-libsoxr --with-libssh --with-libtensorflow --with-libvidstab --with-libvmaf --with-libxml2 --with-libzvbi --with-openal-soft --with-openapv --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl@3 --with-openvino --with-rav1e --with-rtmpdump --with-rubberband --with-speex --with-srt --with-tensorflow --with-tesseract --with-two-lame --with-webp --with-whisper-cpp --with-xvid --with-zeromq --with-zimg ``` Note: - `--with-chromaprint` provoque un conflit de dépendance - `--with-libflite` ne [fonctionne pas](https://github.com/homebrew-ffmpeg/homebrew-ffmpeg/issues/157#issuecomment-2024452822)