]> git.sesse.net Git - nageru-docs/commitdiff
Document unsynchronized HDMI/SDI output. master
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 7 Sep 2023 22:33:06 +0000 (00:33 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 7 Sep 2023 22:33:59 +0000 (00:33 +0200)
hdmisdi.rst

index e04b8b720bcb96c51dd2fe2e2befbd606b98705b..a04c62ba3d09336680d80acb5d6936a2f75e90a8 100644 (file)
@@ -26,11 +26,23 @@ keep running just as before.
 A video mode will automatically be picked for you, favoring 59.94 fps if possible,
 but you can change the mode on-the-fly to something else if you'd like,
 as long as the resolution matches with what you've set up at program start.
-Note that whenever HDMI/SDI output is active, the output card will be the
+
+
+Unsynchronized HDMI/SDI output
+------------------------------
+
+By default, whenever HDMI/SDI output is active, the output card will be the
 master clock; you cannot change it to any of the input cards. This also means
 that the frame rate you choose here will determine the frame rate for the
 stream.
 
+In Nageru 2.1.0 or newer, you can use the flag --output-card-unsynchronized
+to counteract this (there is currently no way to do it from the GUI).
+This is for if you want just a monitor output without synchronizing
+your entire stream chain to the output card (ie., you want to keep
+some other camera as the master). Sound support is untested, and is
+probably going to crackle a fair bit.
+
 
 A note on latency
 -----------------