global ffmpeg section

This commit is contained in:
Josh Hawkins 2026-03-04 12:58:19 -06:00
parent d73f28807f
commit c42e5f5cdb
2 changed files with 2 additions and 10 deletions

View File

@ -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",

View File

@ -65,6 +65,7 @@ export const globalCameraDefaultSections = new Set([
"review", "review",
"audio", "audio",
"notifications", "notifications",
"ffmpeg",
]); ]);
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------