Frigate NVR Updates: FFmpeg Upgrade and Player Enhancements
Frigate upgraded to FFmpeg 8 by default and enhanced video playback capabilities with snapshot downloads. The changes focus on modernizing core video infrastructure while improving user experience in the history player.
Duration: PT1M52S
Episode overview
This episode is a short developer briefing from Frigate NVR Updates.
It explains recent repository work in plain language.
- Show: Frigate NVR Updates
- Published: 2026-06-04T13:14:25Z
- Audio duration: PT1M52S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is your Frigate NVR briefing for June 4th, 2026.
The biggest change this week is Frigate's upgrade to FFmpeg 8 as the default version, modernizing the core video processing infrastructure that powers the entire NVR system.
This FFmpeg upgrade, delivered in pull request 23393, represents more than just a version bump. The changes span the Docker build process, dependency installation, and configuration handling. The team also cleaned up FFmpeg version resolution logic and removed previous workarounds that are no longer needed with…
The second theme centers on enhancing video playback capabilities. Pull request 23395 adds snapshot download functionality directly to the history player, addressing issue 22639. This touches the video controls, HLS video player components, and snapshot utilities. Users can now capture and download snapshots without…
There's also ongoing maintenance work visible in pull request 23394, which addresses miscellaneous fixes across detection runners, login systems, and settings configuration. While still open, it signals continued attention to system reliability and user interface polish.
For developers, the FFmpeg upgrade may require…