From 2bf54ddaba5181f8d8321dda819810f89fa8e5ca Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:11:59 -0500 Subject: [PATCH] deprecate ffmpeg 5 --- frigate/config/camera/ffmpeg.py | 2 +- web/public/locales/en/config/cameras.json | 2 +- web/public/locales/en/config/global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frigate/config/camera/ffmpeg.py b/frigate/config/camera/ffmpeg.py index 6341cbcd13..7e63c4a1ed 100644 --- a/frigate/config/camera/ffmpeg.py +++ b/frigate/config/camera/ffmpeg.py @@ -49,7 +49,7 @@ class FfmpegConfig(FrigateBaseModel): path: str = Field( default="default", title="FFmpeg path", - description='Path to the FFmpeg binary to use or a version alias ("5.0" or "8.0").', + description='Path to the FFmpeg binary to use or a version alias ("7.0" or "8.0").', ) global_args: Union[str, list[str]] = Field( default=FFMPEG_GLOBAL_ARGS_DEFAULT, diff --git a/web/public/locales/en/config/cameras.json b/web/public/locales/en/config/cameras.json index ec0c07c7d9..dd7c7e0a58 100644 --- a/web/public/locales/en/config/cameras.json +++ b/web/public/locales/en/config/cameras.json @@ -156,7 +156,7 @@ "description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.", "path": { "label": "FFmpeg path", - "description": "Path to the FFmpeg binary to use or a version alias (\"5.0\" or \"8.0\")." + "description": "Path to the FFmpeg binary to use or a version alias (\"7.0\" or \"8.0\")." }, "global_args": { "label": "FFmpeg global arguments", diff --git a/web/public/locales/en/config/global.json b/web/public/locales/en/config/global.json index 4c1188bd8b..09facf0da3 100644 --- a/web/public/locales/en/config/global.json +++ b/web/public/locales/en/config/global.json @@ -683,7 +683,7 @@ "description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.", "path": { "label": "FFmpeg path", - "description": "Path to the FFmpeg binary to use or a version alias (\"5.0\" or \"8.0\")." + "description": "Path to the FFmpeg binary to use or a version alias (\"7.0\" or \"8.0\")." }, "global_args": { "label": "FFmpeg global arguments",