working video setup

This commit is contained in:
itten
2026-07-06 01:27:19 +03:00
parent f37c576bdc
commit c60c5645ed
6 changed files with 529 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"nodes": [
{ "id": "decklinkin", "type": "decklinkin", "params": {} },
{ "id": "ndiout", "type": "ndiout", "params": {} }
],
"edges": [
{
"from": "decklinkin", "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 }
}
]
}