Files
2026-07-07 16:46:03 +03:00

19 lines
640 B
JSON

{
"nodes": [
{ "id": "ndiin", "type": "ndiin", "params": {} },
{ "id": "decklinkout", "type": "decklinkout", "params": { "device_index": 0 } }
],
"edges": [
{
"from": "ndiin", "from_port": "video_flow_id",
"to": "decklinkout", "to_port": "video_flow_id",
"format": { "kind": "video", "width": 1920, "height": 1080, "fps_num": 25, "fps_den": 1 }
},
{
"from": "ndiin", "from_port": "audio_flow_id",
"to": "decklinkout", "to_port": "audio_flow_id",
"format": { "kind": "audio", "sample_rate": 48000, "channels": 2, "bit_depth": 32 }
}
]
}