mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 11:51:53 +03:00
deprecate ffmpeg 5
This commit is contained in:
parent
703b620929
commit
2bf54ddaba
@ -49,7 +49,7 @@ class FfmpegConfig(FrigateBaseModel):
|
|||||||
path: str = Field(
|
path: str = Field(
|
||||||
default="default",
|
default="default",
|
||||||
title="FFmpeg path",
|
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(
|
global_args: Union[str, list[str]] = Field(
|
||||||
default=FFMPEG_GLOBAL_ARGS_DEFAULT,
|
default=FFMPEG_GLOBAL_ARGS_DEFAULT,
|
||||||
|
|||||||
@ -156,7 +156,7 @@
|
|||||||
"description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.",
|
"description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.",
|
||||||
"path": {
|
"path": {
|
||||||
"label": "FFmpeg 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": {
|
"global_args": {
|
||||||
"label": "FFmpeg global arguments",
|
"label": "FFmpeg global arguments",
|
||||||
|
|||||||
@ -683,7 +683,7 @@
|
|||||||
"description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.",
|
"description": "FFmpeg settings including binary path, args, hwaccel options, and per-role output args.",
|
||||||
"path": {
|
"path": {
|
||||||
"label": "FFmpeg 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": {
|
"global_args": {
|
||||||
"label": "FFmpeg global arguments",
|
"label": "FFmpeg global arguments",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user