Video:FileRecorder

Last updated 5 August 2026

Video:FileRecorder controls a recording output

that takes a videostream and records it to a selected

format for example mp4 or Image sequences.

Pin Info

Input 1: Toggle [Bang]

Input 1: Enable [Int]

Input 2: Frame number [Int]

Input 3: Delete recording folder [Bang]

Input 4: File Name [String]

1-Toggle[Bang]: Inverts the recording state of the Node.

1-Enable[Int]: Sets the recording state of the Node.

2-Frame number[Int]: Sets what Framenumber the namingstarts at, when recording an image sequence.

3-Delete recording folder[Bang]: Deletes all files in the selectedrecording path.

4-File Name[String]: Sets the Filename for the Output file.

Output 1: Enabled [Int]

Output 2: Recording deletion progress [Float]

Output 2: Recording status [String]

Output 3: Recording deletion finished [Bang]

1-Enabled[Int]: Emits 1 when recording starts and 0 when it is stopped.

2-Recording deletion progress: Emits file deletion progress between 0.0-1.0while deleting files.

2-Recording status[String]: Emits "Recording" or "OK"

3-Recording deletion finished[Bang]: Emits a single Bang when all files in therecording path directory are deleted.