MediaOut

Read with AI
All docs in one file (llms-full.txt)
MediaOut #Output #Node
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 Texture input 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 IDType
Render TextureRenderTexture

Output ports

None

Scriptable members

PathType
mediaNamestring

Synapse Apps (scripting)

await synapse.modules.create({ type: "MediaOut" })

Pages linking here