mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-24 09:08:23 +03:00
global ffmpeg section
This commit is contained in:
parent
d73f28807f
commit
c42e5f5cdb
@ -116,16 +116,7 @@ const ffmpeg: SectionConfigOverrides = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
global: {
|
global: {
|
||||||
restartRequired: [
|
restartRequired: [],
|
||||||
"path",
|
|
||||||
"global_args",
|
|
||||||
"hwaccel_args",
|
|
||||||
"input_args",
|
|
||||||
"output_args",
|
|
||||||
"retry_interval",
|
|
||||||
"apple_compatibility",
|
|
||||||
"gpu",
|
|
||||||
],
|
|
||||||
fieldOrder: [
|
fieldOrder: [
|
||||||
"hwaccel_args",
|
"hwaccel_args",
|
||||||
"path",
|
"path",
|
||||||
|
|||||||
@ -65,6 +65,7 @@ export const globalCameraDefaultSections = new Set([
|
|||||||
"review",
|
"review",
|
||||||
"audio",
|
"audio",
|
||||||
"notifications",
|
"notifications",
|
||||||
|
"ffmpeg",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user