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

# Video Slice

Video Slice 노드를 사용하면 비디오에서 특정 구간을 추출할 수 있습니다. 시작 시간과 지속 시간을 정의하여 비디오를 자르거나, 단순히 시작 프레임을 건너뛸 수 있습니다. 요청한 지속 시간이 남은 비디오보다 긴 경우, 노드는 사용 가능한 부분을 반환하거나 오류를 발생시킬 수 있습니다.

## 입력

| 매개변수        | 설명                                                        | 데이터 타입  | 필수 여부 | 범위          |
| ----------- | --------------------------------------------------------- | ------- | ----- | ----------- |
| `비디오`       | 자를 대상이 되는 입력 비디오입니다.                                      | VIDEO   | 예     | -           |
| `시작 시간`     | 시작 시간(초 단위, 기본값: 0.0)입니다.                                 | FLOAT   | 아니요   | -1e5 \~ 1e5 |
| `지속 시간`     | 지속 시간(초 단위)이며, 0으로 설정하면 무제한입니다(기본값: 0.0).                 | FLOAT   | 아니요   | 0.0 이상      |
| `엄격한 지속 시간` | True로 설정 시, 지정된 지속 시간을 충족할 수 없을 경우 오류가 발생합니다(기본값: False). | BOOLEAN | 아니요   | -           |

## 출력

| 출력 이름 | 설명             | 데이터 타입 |
| ----- | -------------- | ------ |
| `비디오` | 잘라낸 비디오 구간입니다. | VIDEO  |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! \[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/ko.md)

***

**Source fingerprint (SHA-256):** `5e3e3e69931a25183eb01b7b87ec12cbf9f5a748781993dcbeec7a6d5f7260c1`
