> ## 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.

# VideoRandomTemporalCrop - ComfyUI Built-in Node Documentation

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

Randomly crop a continuous range of frames from an input video. The crop length is controlled by the `length` parameter, and the start position is chosen using a random seed. The node operates lazily, meaning it does not process the entire video until the output is used downstream.

## Inputs

| Parameter | Description                             | Data Type | Required | Range                           |
| --------- | --------------------------------------- | --------- | -------- | ------------------------------- |
| `video`   | Input video.                            | VIDEO     | Yes      | –                               |
| `length`  | Number of frames to keep. (default: 16) | INT       | Yes      | min: 1, max: 99999              |
| `seed`    | Random seed. (default: 0)               | INT       | Yes      | min: 0, max: 0xFFFFFFFFFFFFFFFF |

## 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/VideoRandomTemporalCrop/en.md)

***

**Source fingerprint (SHA-256):** `8249feb5ac3607fcabf3de0ec4d2eb90ab4aa46c18613040c341b825c9db1b1e`
