【问题标题】:installing ffmpeg on Mac fail在 Mac 上安装 ffmpeg 失败
【发布时间】:2021-02-20 08:11:54
【问题描述】:

我尝试在 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.

【问题讨论】:

  • 您可以尝试从源代码安装:brew install --build-from-source ffmpeg 请注意不支持从源代码构建。您会遇到使用某些公式的构建失败。

标签: macos ffmpeg


【解决方案1】:

Homebrew 目前提供适用于 macOS 10.14 Mojave 及更高版本的瓶子。

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

 brew install --build-from-source ffmpeg

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

【讨论】:

    【解决方案2】:

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

    【讨论】:

      猜你喜欢
      • 2020-09-16
      • 2014-09-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-07-11
      • 2019-05-06
      • 2019-12-28
      • 1970-01-01
      相关资源
      最近更新 更多