ComfyUI Node
⭐ Star Video Loader
Load a video from the ComfyUI input folder: file reference for the Star Video Compressor, decoded frames (IMAGE), audio (AUDIO), fps and frame count.
⭐ Star Video Loader
- video
- images
- audio
- fps
- frames
- info
◄video▾►
◄force_rate0.00►
◄skip_first_frames0►
◄select_every_kth1►
◄frame_load_cap0►
Category⭐StarNodes/Video
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| video | COMBO | 0 options: | |
| force_rate | FLOAT | 0.000–240 | Resample to this fps. 0 = keep the video's original frame rate. |
| skip_first_frames | INT | 00–1000000 | Drop this many frames from the start (applied after force_rate / every-kth). |
| select_every_kth | INT | 11–1000 | Keep only every k-th frame (1 = keep all). Also divides the output fps. |
| frame_load_cap | INT | 00–1000000 | Maximum number of frames to load (0 = all). Use this to protect your RAM with long videos. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| video | STAR_FILENAMES | — |
| images | IMAGE | — |
| audio | AUDIO | — |
| fps | FLOAT | — |
| frames | INT | — |
| info | STRING | — |