- Install
make
brew install make
git cloneFFmpeg/FFmpeg
git clone https://github.com/FFmpeg/FFmpeg.git
git checkoutthe desire version
git checkout release/5.1
- Run configure command on the Terminal
./configure \
--enable-static \
--pkg-config-flags=--static \
--disable-ffmpeg \
--disable-ffplay
- Run
make - You may find the resulting
./ffprobe
Fix for SavageCore/node-ffprobe-installer#200 (comment)