-4

I have downloaded FFMPEG from this link http://www.ffmpeg.org/download.html under FFmpeg Mac OS X Builds section, all builds come with .7z extension i need help how to configure it on my machine.

4

1 回答 1

0

安装 FFMPEG 的最佳方式是使用 Homebrew

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

上面的命令将安装 Homebrew 然后安装 FFMPEG 使用以下命令

brew install ffmpeg

干杯

于 2013-04-18T06:57:49.890 回答