macos - 在 Mac 上安装 ffmpeg 失败

标签 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.

最佳答案

Homebrew 目前带有适用于 macOS 10.14 Mojave 及更高版本的 bottle。

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

 brew install --build-from-source ffmpeg

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

关于macos - 在 Mac 上安装 ffmpeg 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66289393/

相关文章:

video - 尝试转换为 HTML5 时 ffmpeg 崩溃

c# - 使用 FFmpeg 增加/减少音量

在 Mac OSX Lion 上使用 tempfile.mkdtemp() 时,Python 的 os.chdir() 和 os.getcwd() 不匹配

cocoa - 如何将听众挂接到 iTunes

java - 在 Mac 上运行带有条件参数的 Java 应用程序

ffmpeg - 使用 FFMPEg 录制桌面音频、麦克风音频和桌面视频

php - 在 laravel 中使用 php-ffmpeg 转换和保存视频时编码失败

ffmpeg - 如何删除ffmpeg缩略图中的剩余空间

swift - 将音频播放速度提高3倍-Swift

objective-c - 显示图像和一些信息的 QuickLook 插件