File Recorder

Read with AI
All docs in one file (llms-full.txt)
FileRecorder #Record #Node
File Recorder

Records the output to mp4. In addition, if a buffer is connected to DumpSource, DumpTrigger writes it out retroactively. A “that was good” moment can be saved after it has already happened.

  • fps: 1-60 (default 30)

Video

Input ports

Port IDType
InRenderTexture
Recordbool
DumpSourceFrameBufferInput
DumpTriggertrigger

Output ports

Port IDType
LastFilePathstring

Scriptable members

PathType
recordGatebool
currentFpsint
currentFileNamePrefixstring
elapsedSecondsfloat

Synapse Apps (scripting)

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