在 Mac 上安装 ffmpeg 失败

时间:2021-02-20 08:11:54

标签: macos ffmpeg

我尝试在 Mac(macOS 10.13)上安装 ffmpeg:brew install ffmpeg

但我低于....

Updating Homebrew...
Warning: You are using macOS 10.13.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
old version.

Error: ffmpeg: no bottle available!
You can try to install from source with:
  brew install --build-from-source ffmpeg
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

2 个答案:

答案 0 :(得分:3)

Homebrew 目前为 macOS 10.14 Mojave 及更高版本提供瓶子。

您可以尝试从源代码安装:

 brew install --build-from-source ffmpeg

请注意,不支持从源代码构建。您会遇到一些公式的构建失败。

答案 1 :(得分:1)

您还可以从此 link 获取 Mac 的二进制文件。