2025-10-01 15:39:43 +03:00
|
|
|
{
|
|
|
|
|
"label": "Global FFmpeg configuration.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"path": {
|
|
|
|
|
"label": "FFmpeg path"
|
|
|
|
|
},
|
|
|
|
|
"global_args": {
|
|
|
|
|
"label": "Global FFmpeg arguments."
|
|
|
|
|
},
|
|
|
|
|
"hwaccel_args": {
|
|
|
|
|
"label": "FFmpeg hardware acceleration arguments."
|
|
|
|
|
},
|
|
|
|
|
"input_args": {
|
|
|
|
|
"label": "FFmpeg input arguments."
|
|
|
|
|
},
|
|
|
|
|
"output_args": {
|
|
|
|
|
"label": "FFmpeg output arguments per role.",
|
|
|
|
|
"detect": {
|
|
|
|
|
"label": "Detect role FFmpeg output arguments."
|
2025-10-01 15:39:43 +03:00
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"record": {
|
|
|
|
|
"label": "Record role FFmpeg output arguments."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"retry_interval": {
|
|
|
|
|
"label": "Time in seconds to wait before FFmpeg retries connecting to the camera."
|
|
|
|
|
},
|
|
|
|
|
"apple_compatibility": {
|
|
|
|
|
"label": "Set tag on HEVC (H.265) recording stream to improve compatibility with Apple players."
|
|
|
|
|
},
|
|
|
|
|
"gpu": {
|
|
|
|
|
"label": "GPU index to use for hardware acceleration."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
|
|
|
|
}
|