Skip to main content
Version: 3.9.0

Video Record

video record

Use Video Record to execute the next node when recording. By default, in the Effect House Preview panel, it is always recording.

Output

NameData TypeDescription
On StartExecExecute the next node when the recording starts.
RecordingExecKeep executing the next node during recording.
On StopExecExecute the next node when the recording is stopped or paused.
Not RecordingExecKeep executing the next node when not recording.

Example

video record example

This example uses the Video Record node to trigger some events. The "record start" event triggers the appearance of the sphere while the "record end" event triggers the disappearance of the sphere. The "recording" event changes the color of the cube while the "idle" event sets the cube’s color to white constantly.

video record node