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 Get Video Components node extracts all the main elements from a video file. It separates the video into individual frames, extracts the audio track, and provides the video’s framerate information. This allows you to work with each component independently for further processing or analysis.

Inputs

ParameterData TypeRequiredRangeDescription
videoVIDEOYes-The video to extract components from.

Outputs

Output NameData TypeDescription
imagesIMAGEThe individual frames extracted from the video as separate images.
audioAUDIOThe audio track extracted from the video.
fpsFLOATThe framerate of the video in frames per second.