Output
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)
| Node | Destination | Setting |
|---|---|---|
| SpoutSender | Spout (other apps on the same PC) | Sender name |
| NDISender | NDI (over the network) | Sender name |
| MediaOut | The “Node” live source in MediaBrowser | Media 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.
Related
- The receiving side of Spout / NDI / window capture is in the Source category
- For external output settings, see Output Window and Global Settings




