decklink-ndi.json defaults change

This commit is contained in:
itten
2026-07-06 02:13:56 +03:00
parent be601e358e
commit 0bdf486859
+5
View File
@@ -8,6 +8,11 @@
"from": "decklinkin", "from_port": "video_flow_id", "from": "decklinkin", "from_port": "video_flow_id",
"to": "ndiout", "to_port": "video_flow_id", "to": "ndiout", "to_port": "video_flow_id",
"format": { "kind": "video", "width": 1920, "height": 1080, "fps_num": 25, "fps_den": 1 } "format": { "kind": "video", "width": 1920, "height": 1080, "fps_num": 25, "fps_den": 1 }
},
{
"from": "decklinkin", "from_port": "audio_flow_id",
"to": "ndiout", "to_port": "audio_flow_id",
"format": { "kind": "audio", "sample_rate": 48000, "channels": 2, "bit_depth": 32 }
} }
] ]
} }