This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
video | VIDEO | Yes | - | The video to extract components from. |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
images | IMAGE | The individual frames extracted from the video as separate images. |
audio | AUDIO | The audio track extracted from the video. |
fps | FLOAT | The framerate of the video in frames per second. |