To download and install FFmpeg on a Mac, you can either use the Homebrew package manager for an automated setup or download a static binary for manual installation. FFmpeg is a powerful command-line tool used for recording, converting, and streaming audio and video. Method 1: The Easiest Way (Using Homebrew)
Homebrew is the most recommended method because it manages updates and dependencies automatically. mac download ffmpeg
: Open your Terminal (found in /Applications/Utilities/ ) and paste the installation command from the Homebrew official site. To download and install FFmpeg on a Mac,
: Ensure everything is current by running: brew update : Open your Terminal (found in /Applications/Utilities/ )
: Run the following command: brew install ffmpeg
If you prefer not to use a package manager, you can download a pre-compiled version. Download FFmpeg
: Confirm the installation by typing ffmpeg -version . You should see the latest version information (e.g., version 8.1.1 as of May 2026). Method 2: Manual Installation (Static Binaries)