Inputs
- Image(s): The batch of images to convert.
- Audio: (Optional) Audio track.
Inputs
Widgets
Outputs
Converts a batch of images into a video file. This is the standard way to turn your frame-by-frame processing results back into a playable video format.
| Widget | Type | Options | Description |
|---|---|---|---|
| format | Dropdown | mp4, avi, mov, webm | mp4 (h264) is best for web/sharing. mov (prores) is best for editing. |
| fps | Int | 24, 30, 60 | Playback speed. |
| crf | Int | 20 | Constant Rate Factor. Quality control. 0 is lossless, 50 is worst. Default 20. |
Inputs
Widgets
None
Outputs
Renders abstract geometric primitives (like Circles, Rectangles, Text) into an actual raster image (pixel data) that can be processed by other nodes.
Inputs
Widgets
None
Outputs
Converts any input data (Numbers, Arrays, Objects) into its text string representation.
Inputs
Widgets
None
Outputs
Splits a 2D Vector (like a coordinate or size) into its individual X and Y floating-point numbers.
Inputs
Widgets
Outputs
Extracts individual images (frames) from a video file. This is usually the first step in a video-to-video workflow (Video -> Frames -> Processing -> Images to Video).
| Widget | Type | Default | Description |
|---|---|---|---|
| Start/End Frame | Int | 0 / -1 | Define a specific range to process. -1 means “end of video”. |
| Frame Interval | Int | 1 | Skip frames to speed up preview (e.g., 2 processes every 2nd frame). |