FFmpeg安装

Mac

只安装ffmpeg

brew install ffmpeg

如果想要加上很多其他filter=功能模块,则可以加上对应参数:

brew reinstall ffmpeg \
    --with-tools \
    --with-fdk-aac \
    --with-freetype \
    --with-fontconfig \
    --with-libass \
    --with-libvorbis \
    --with-libvpx \
    --with-opus \
    --with-x265

安装ffmpeg,和相关ffprobe,ffplay,甚至ffserver

去官网

Download FFmpeg

https://ffmpeg.org/download.html

提到的:

static FFmpeg binaries for macOS 64-bit

去下载最新版本:

分别下载后,解压得到二进制文件,再拷贝到合适目录。

比如Mac中的:

/usr/local/bin

即可。

问:如何确认已安装好?

用which去确认

which ffmpeg
which ffprobe
which ffplay
which ffserver

去确认能找到

以及顺带去看看版本

ffmpeg -version
ffprobe -version
ffplay -version
ffserver -version

results matching ""

    No results matching ""