frigate/web/public/locales/en/config/ffmpeg.json
2026-02-27 09:37:57 -06:00

45 lines
1.8 KiB
JSON

{
"label": "Global FFmpeg configuration",
"description": "Global FFmpeg settings including binary path, global args, hwaccel options, and per-role output args.",
"path": {
"label": "FFmpeg path",
"description": "Path to the FFmpeg binary to use globally or a version alias."
},
"global_args": {
"label": "Global FFmpeg arguments",
"description": "Global args passed to FFmpeg processes by default."
},
"hwaccel_args": {
"label": "FFmpeg hardware acceleration arguments",
"description": "Global hardware acceleration arguments for FFmpeg (auto or provider-specific)."
},
"input_args": {
"label": "FFmpeg input arguments",
"description": "Global input arguments applied to FFmpeg input streams by default."
},
"output_args": {
"label": "FFmpeg output arguments per role",
"description": "Default output args used for different FFmpeg roles such as detect and record.",
"detect": {
"label": "Detect role FFmpeg output arguments",
"description": "Default output args for detect role streams."
},
"record": {
"label": "Record role FFmpeg output arguments",
"description": "Default output args for record role streams."
}
},
"retry_interval": {
"label": "Time in seconds to wait before FFmpeg retries connecting to the camera",
"description": "Seconds to wait before attempting to reconnect a camera stream after failure."
},
"apple_compatibility": {
"label": "Set tag on HEVC (H.265) recording stream to improve compatibility with Apple players",
"description": "Enable HEVC tagging for better Apple player compatibility when recording H.265."
},
"gpu": {
"label": "GPU index to use for hardware acceleration",
"description": "Default GPU index used for hardware acceleration if available."
}
}