-
Notifications
You must be signed in to change notification settings - Fork 4
ffmpeg windows
Garon edited this page Apr 30, 2026
·
1 revision
- "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/video, the extension was changed manually, or the file is corrupt/unreadable.
Fix: re-export the file as real audio/video, then try again.
Open PowerShell and paste:
winget install Gyan.FFmpegWhen it finishes, restart Glimpse and try again.
- Go to https://ffmpeg.org/download.html and choose a Windows build.
- Download a build, unzip it, and open the extracted folder.
- Find the
binfolder. It should containffmpeg.exe. - Add that
binfolder to your Windows PATH. - Restart Glimpse and try again.
Open PowerShell and run:
ffmpeg -versionIf you see ffmpeg version ..., you're set.
If you see "not recognized as the name of a cmdlet" or "command not found," FFmpeg is not on PATH yet.
- Restart Glimpse after installing.
- Close and reopen PowerShell, then run
ffmpeg -versionagain. - Make sure the folder you added to PATH is the
binfolder containingffmpeg.exe. - If you installed with winget, try restarting Windows once.
Still stuck? Open an issue and paste the exact error message.