From: Steinar H. Gunderson Date: Thu, 7 Sep 2023 22:33:06 +0000 (+0200) Subject: Document unsynchronized HDMI/SDI output. X-Git-Url: https://git.sesse.net/?p=nageru-docs;a=commitdiff_plain;h=refs%2Fheads%2Fmaster Document unsynchronized HDMI/SDI output. --- diff --git a/hdmisdi.rst b/hdmisdi.rst index e04b8b7..a04c62b 100644 --- a/hdmisdi.rst +++ b/hdmisdi.rst @@ -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 -----------------