frigate: fix incorrect patch for ffmpeg path (#442789)

This commit is contained in:
Martin Weinelt
2025-09-14 01:47:05 +00:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ index 0d3f96da..463bcff4 100644
seconds = int(diff % 60)
ffmpeg_cmd = [
- "/usr/lib/ffmpeg/7.0/bin/ffmpeg", # hardcode path for exports thumbnail due to missing libwebp support
+ FfmpegConfig.ffmpeg_path, # hardcode path for exports thumbnail due to missing libwebp support
+ self.config.ffmpeg.ffmpeg_path, # hardcode path for exports thumbnail due to missing libwebp support
"-hide_banner",
"-loglevel",
"warning",