mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
added hwaccel_args to camera.record.export config struct
This commit is contained in:
parent
1d5c2466a8
commit
7ee8f10302
@ -66,6 +66,9 @@ class RecordExportConfig(FrigateBaseModel):
|
|||||||
timelapse_args: str = Field(
|
timelapse_args: str = Field(
|
||||||
default=DEFAULT_TIME_LAPSE_FFMPEG_ARGS, title="Timelapse Args"
|
default=DEFAULT_TIME_LAPSE_FFMPEG_ARGS, title="Timelapse Args"
|
||||||
)
|
)
|
||||||
|
hwaccel_args: Union[str, list[str]] = Field(
|
||||||
|
default="auto", title="Export-specific FFmpeg hardware acceleration arguments."
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class RecordConfig(FrigateBaseModel):
|
class RecordConfig(FrigateBaseModel):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user