refactor ffmpeg section for readability

This commit is contained in:
Josh Hawkins
2026-02-27 09:40:21 -06:00
parent ea13342bcb
commit 2230b7b3aa
11 changed files with 527 additions and 31 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"ffmpeg": {
"inputs": {
"rolesUnique": "Each role can only be assigned to one input stream.",
"detectRequired": "At least one input stream must be assigned the 'detect' role."
"detectRequired": "At least one input stream must be assigned the 'detect' role.",
"hwaccelDetectOnly": "Only the input stream with the detect role can define hardware acceleration arguments."
}
}
}
+7 -2
View File
@@ -22,7 +22,7 @@
"integrations": "Integrations",
"cameras": "Camera configuration",
"ui": "UI",
"profileSettings": "Profile Settings",
"profileSettings": "Profile settings",
"globalDetect": "Object detection",
"globalRecording": "Recording",
"globalSnapshots": "Snapshots",
@@ -1247,9 +1247,13 @@
"ffmpegArgs": {
"preset": "Preset",
"manual": "Manual arguments",
"inherit": "Inherit from camera setting",
"selectPreset": "Select preset",
"manualPlaceholder": "Enter FFmpeg arguments"
},
"cameraInputs": {
"itemTitle": "Stream {{index}}: {{path}}"
},
"restartRequiredField": "Restart required",
"restartRequiredFooter": "Configuration changed - Restart required",
"sections": {
@@ -1341,7 +1345,8 @@
},
"timestamp_style": {
"title": "Timestamp Settings"
}
},
"searchPlaceholder": "Search..."
},
"globalConfig": {
"title": "Global Configuration",