Installing FFmpeg
Windows
macOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"# APPLE SILICON MACS: Add brew to PATH (not necessary on Intel Macs)
[ ! -r /opt/homebrew ] || echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >>~/.zprofile
source ~/.zprofile
# ALL MACS: Intel & Apple Silicon
brew install ffmpegLinux
Last updated
Was this helpful?