2025-10-01 15:39:43 +03:00
|
|
|
{
|
|
|
|
|
"label": "Global FFmpeg configuration.",
|
|
|
|
|
"properties": {
|
|
|
|
|
"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.",
|
|
|
|
|
"properties": {
|
|
|
|
|
"detect": {
|
|
|
|
|
"label": "Detect role FFmpeg output arguments."
|
|
|
|
|
},
|
|
|
|
|
"record": {
|
|
|
|
|
"label": "Record role FFmpeg output arguments."
|
2025-12-30 21:59:12 +03:00
|
|
|
},
|
|
|
|
|
"segment_time": {
|
|
|
|
|
"label": "Segment length for recording stream."
|
2025-10-01 15:39:43 +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."
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|