> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-wan3-30off-promo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# VideoRandomTemporalCrop - ComfyUI Built-in Node Documentation

> Randomly crop a continuous range of frames from an input video.

Randomly crop a continuous range of frames from an input video. The number of frames to keep is set by the `length` parameter, and the start position is chosen randomly using the `seed` parameter. 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. If `length` is greater than the total number of frames in the video, the entire video is kept. (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`
