> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# VideoTemporalCrop - ComfyUI Built-in Node Documentation

> Complete documentation for the VideoTemporalCrop node in ComfyUI. Learn its inputs, outputs, parameters and usage.

This node crops a continuous range of frames from a video. It works in a fully lazy manner, meaning it only processes the selected portion of the video as needed later in the workflow.

## Inputs

| Parameter     | Description                             | Data Type | Required | Range      |
| ------------- | --------------------------------------- | --------- | -------- | ---------- |
| `video`       | Input video.                            | VIDEO     | Yes      | –          |
| `start_frame` | Starting frame index (default: 0).      | INT       | Yes      | 0 to 99999 |
| `length`      | Number of frames to keep (default: 16). | INT       | Yes      | 1 to 99999 |

## Outputs

| Output Name | Description           | Data Type |
| ----------- | --------------------- | --------- |
| `video`     | Cropped video (lazy). | VIDEO     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/VideoTemporalCrop/en.md)

***

**Source fingerprint (SHA-256):** `1d28a55399c9fe7ca47f0aaa872751ac89c5419a6f6be6636fbf7f020a02749d`
