ComfyUI Node
CS Load Video
Loads an uploaded video as a ComfyUI IMAGE batch. Use Edit Timeline to choose the frame range, output size, and FPS.
CS Load Video
- VIDEO
- IMAGE
- frame_count
- audio
- video_info
- proxy_video
◄video▾►
◄keep_aspect_ratiotrue►
◄multiple32►
◄start_frame0►
◄end_frame-1►
◄width0►
◄height0►
◄fps0.00►
◄proxy_threshold2.1►
◄proxy_size0.8►
Category😺dzNodes/CineStyle
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| video | COMBO | Video file in the ComfyUI input directory. | |
| keep_aspect_ratio | BOOLEAN | true | Keep the source aspect ratio when output dimensions are edited. |
| multiple | INT | 321–1024 | Round output dimensions to the nearest multiple. |
| start_frame | INT | 00–10000000 | Inclusive first frame. Edit Timeline is the preferred control. |
| end_frame | INT | -1-1–10000000 | Inclusive last frame. -1 uses the final source frame. |
| width | INT | 00–8192 | Output width. 0 keeps the source width. |
| height | INT | 00–8192 | Output height. 0 keeps the source height. |
| fps | FLOAT | 0.000–240 | Output frame rate. 0 keeps the source frame rate. |
| proxy_threshold | FLOAT | 2.10.1–1000 | Generate a preview proxy only when the source exceeds this total pixel count, in MPixels. |
| proxy_size | FLOAT | 0.80.1–1000 | Target total pixel count for the generated preview proxy, in MPixels. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| VIDEO | VIDEO | — |
| IMAGE | IMAGE | — |
| frame_count | INT | — |
| audio | AUDIO | — |
| video_info | DICT | — |
| proxy_video | * | — |