working video setup
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user