-
Notifications
You must be signed in to change notification settings - Fork 4
FFmpeg Mac
Garon edited this page Feb 3, 2026
·
3 revisions
- “FFmpeg is required to import video files…”
- “Not a valid audio file.”
- Install FFmpeg
- Quick check
- Still not working?
Glimpse can’t find FFmpeg.
FFmpeg is the helper that lets Glimpse read most video formats.
Fix: Install FFmpeg, then restart Glimpse.
The file isn’t actually audio (example: a .txt renamed to .mp3),
or it’s corrupt/unreadable.
Fix: re‑export the file as real audio
Open Terminal and paste:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"When it finishes, paste:
brew install ffmpegQuit Terminal, restart Glimpse, and try again.
- Go to https://ffmpeg.org/download.html and grab a macOS build.
- Unzip it.
- Copy
ffmpeginto a PATH folder (e.g./usr/local/bin).
Create the folder if needed:
sudo mkdir -p /usr/local/binCopy the file:
sudo cp ~/Downloads/ffmpeg /usr/local/bin/Restart Glimpse and try again.
ffmpeg -versionIf you see ffmpeg version …, you’re set.
If you see “command not found,” it isn’t on PATH yet.
- Restart Glimpse after installing.
- If you launch Glimpse from Terminal, run
ffmpeg -versionin that same Terminal. - After Homebrew installs, close and reopen Terminal once.
Still stuck? Open an issue and paste the exact error message.