报错、报错、报错、报错、 nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. ERROR: libfdk_aac not found ERROR: speex not found using pkg-config ERROR: libx264 not found
==> Caveats gettext is keg-only, which means it was not symlinked into /usr/local, because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
If you need to have gettext first in your PATH run: echo'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.zshrc
For compilers to find gettext you may need to set: export LDFLAGS="-L/usr/local/opt/gettext/lib" export CPPFLAGS="-I/usr/local/opt/gettext/include" ==> Caveats libffi is keg-only, which means it was not symlinked into /usr/local, because some formulae require a newer version of libffi.
For compilers to find libffi you may need to set: export LDFLAGS="-L/usr/local/opt/libffi/lib"
For pkg-config to find libffi you may need to set: export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
==> Caveats ==> gettext gettext is keg-only, which means it was not symlinked into /usr/local, because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
If you need to have gettext first in your PATH run: echo'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.zshrc
For compilers to find gettext you may need to set: export LDFLAGS="-L/usr/local/opt/gettext/lib" export CPPFLAGS="-I/usr/local/opt/gettext/include"
==> libffi libffi is keg-only, which means it was not symlinked into /usr/local, because some formulae require a newer version of libffi.
For compilers to find libffi you may need to set: export LDFLAGS="-L/usr/local/opt/libffi/lib"
For pkg-config to find libffi you may need to set: export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
==> unbound To have launchd start unbound now and restart at startup: sudo brew services start unbound ==> glib Bash completion has been installed to: /usr/local/etc/bash_completion.d ==> tesseract This formula contains only the "eng", "osd", and "snum" language data files. If you need any other supported languages, run `brew install tesseract-lang`.
brew info ffmpeg可以看到x264, x265这些包都是有安装的。升级则通过brew update && brew upgrade ffmpeg.