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."
}
}
}