MediaOut
Publishes the video arriving at Render Texture as live material inside MediaBrowser. It is a node for reusing video within SynapseRack rather than sending it out to an external application. Give it a name and you can place it from MediaBrowser onto a layer just like an ordinary clip.
- Edit the display name with Media name on the node (default
Media) - The full-resolution buffer is allocated at the output resolution in Global Settings and updated every frame
- The preview for the MediaBrowser thumbnail is 192×108 and updates only once every 6 frames (about 10fps)
- The
Render Textureinput is limited to one connection
Disconnecting or muting the input clears the published video to black. The last frame does not keep playing out. It is also initialized to black right after the node is created.
The layer side references the node’s internal ID rather than the display name, so renaming does not break the layer’s reference.
Input ports
| Port ID | Type |
|---|---|
Render Texture | RenderTexture |
Output ports
None
Scriptable members
| Path | Type |
|---|---|
mediaName | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "MediaOut" }) 

