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

# VideoFrameSample - ComfyUI Built-in Node Documentation

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

`VideoFrameSample` 노드는 네 가지 전략 중 하나를 사용하여 비디오에서 고정된 수의 프레임을 추출합니다. 연속 전략인 "head"와 "tail"의 경우 출력은 지연 비디오 참조입니다(프레임이 디코딩되지 않음). 비연속 전략인 "uniform"과 "random"의 경우 선택된 프레임만 디코딩됩니다.

## 입력

| 매개변수    | 설명                                  | 데이터 타입 | 필수 | 범위                                                      |
| ------- | ----------------------------------- | ------ | -- | ------------------------------------------------------- |
| `비디오`   | 입력 비디오.                             | VIDEO  | 예  | –                                                       |
| `프레임 수` | 샘플링할 프레임 수(기본값: 16).                | INT    | 예  | 1 – 9999                                                |
| `전략`    | 샘플링 전략(기본값: "uniform").             | COMBO  | 예  | `"uniform"`<br />`"head"`<br />`"tail"`<br />`"random"` |
| `시드`    | 무작위 시드, "random" 전략에서만 사용됨(기본값: 0). | INT    | 예  | 0 – 18446744073709551615                                |

* `num_frames`는 입력 비디오의 총 프레임 수로 자동 제한됩니다.
* `strategy`가 `"random"`으로 설정되지 않은 경우 `seed` 매개변수는 효과가 없습니다.

## 출력

| 출력 이름 | 설명        | 데이터 타입 |
| ----- | --------- | ------ |
| `비디오` | 샘플링된 비디오. | VIDEO  |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/VideoFrameSample/ko.md)

***

**Source fingerprint (SHA-256):** `727504a9cf7fe5505c33da071cb8f21a38e1b7c0f964c5da172d9cedfc2f2300`
