ComfyUI Node
Get Frame Range
Extract a range of frames from a video batch. Supports negative indexing. End=0 means 'to the end'.
Get Frame Range
- images
- frames
- frame_count
◄start0►
◄end0►
CategoryVideoChunkTools
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Image batch / video frames | |
| start | INT | 0-10000–10000 | Start index (inclusive). Negative = from end. |
| end | INT | 0-10000–10000 | End index (exclusive). 0 = to the end of the video. Negative = from end. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| frames | IMAGE | — |
| frame_count | INT | — |