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

# Video Slice - ComfyUI Built-in Node Documentation

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

The Video Slice node allows you to extract a specific segment from a video. You can define a start time and a duration to trim the video, or simply skip the beginning frames. If the requested duration is longer than the remaining video, the node can either return what's available or raise an error.

## Inputs

| Parameter         | Description                                                                                     | Data Type | Required | Range         |
| ----------------- | ----------------------------------------------------------------------------------------------- | --------- | -------- | ------------- |
| `video`           | The input video to be sliced.                                                                   | VIDEO     | Yes      | -             |
| `start_time`      | Start time in seconds (default: 0.0).                                                           | FLOAT     | No       | -1e5 to 1e5   |
| `duration`        | Duration in seconds, or 0 for unlimited duration (default: 0.0).                                | FLOAT     | No       | 0.0 and above |
| `strict_duration` | If True, when the specified duration is not possible, an error will be raised (default: False). | BOOLEAN   | No       | -             |

## Outputs

| Output Name | Description                | Data Type |
| ----------- | -------------------------- | --------- |
| `video`     | The trimmed video segment. | 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/Video](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Video) Slice/en.md)

***

**Source fingerprint (SHA-256):** `077fadd65af9d546155d2bbb736148ce2c87810a16a76d9259b38f1b6ab6a1a3`
