Output

Read with AI
All docs in one file (llms-full.txt)

Nodes that send video out at the end of the graph, and nodes that pull the state of the master output into the graph. 5 in total.

Reading the master (2)

Both are read-only and have no input ports.

MasterOutput

Pulls the final program video, with all layers composited, into the graph as a RenderTexture.

With this, you can send the master video itself to Spout / NDI / MediaOut / Fx. Previously there was no way to grab it.

MasterResolution

Emits the master output’s resolution as integers on Resolution X / Resolution Y.

Use it as the source for making a processing node’s resolution follow the output, or for switching processing depending on the resolution.

Sending out (3)

NodeDestinationSetting
SpoutSenderSpout (other apps on the same PC)Sender name
NDISenderNDI (over the network)Sender name
MediaOutThe “Node” live source in MediaBrowserMedia name

All three have a single Render Texture input and no output ports.

MediaOut

Registers the graph’s output as a live clip inside MediaBrowser.

It is not for sending to an external app but for reusing inside SynapseRack. Give it a name and you can place it from MediaBrowser onto a layer just like an ordinary clip. The preview used for the thumbnail updates at about 10fps.

  • The receiving side of Spout / NDI / window capture is in the Source category
  • For external output settings, see Output Window and Global Settings

Pages linking here

Also referenced from