Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Create Video node generates a video file from a sequence of images. You can specify the playback speed using frames per second and optionally add audio to the video. The node combines your images into a video format that can be played back with the specified frame rate.

Inputs

ParameterData TypeRequiredRangeDescription
imagesIMAGEYes-The images to create a video from.
fpsFLOATYes1.0 - 120.0The frames per second for the video playback speed (default: 30.0).
audioAUDIONo-The audio to add to the video.

Outputs

Output NameData TypeDescription
outputVIDEOThe generated video file containing the input images and optional audio.