Installing FFmpeg

  • Open Terminal

  • Install Homebrew by copying and pasting the command below into terminal, then hitting enter

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • The script explains what it will do and then pauses before it does it, hit enter again

  • Wait for Homebrew to finish installing

  • Install FFmpeg by copying and pasting the command below into terminal, then hitting enter

brew install ffmpeg
  • Wait for FFmpeg to finish installing

Last updated