decklink + audio

This commit is contained in:
itten
2026-07-07 16:46:03 +03:00
parent 8e5ea3210a
commit 2faf2f9076
9 changed files with 523 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"nodes": [
{ "id": "ndiin", "type": "ndiin", "params": {} },
{ "id": "ndiout", "type": "ndiout", "params": { "device_index": 0 } }
],
"edges": [
{
"from": "ndiin", "from_port": "video_flow_id",
"to": "ndiout", "to_port": "video_flow_id",
"format": { "kind": "video", "width": 1920, "height": 1080, "fps_num": 25, "fps_den": 1 }
}
]
}