# 비디오 시간 코드 및 프레임 속도

타임코드는 시간:분:초:프레임 형식의 시간 양을 나타내며, 비디오 편집에서 일반적으로 사용됩니다. 타임코드를 생성할 때는 원하는 프레임 속도(fps)를 지정해야 합니다.

타임코드에서 시간 단위 또는 프레임을 추가/제거할 수 있습니다.

```
03:10:20:05 at 30 fps + 50 frames                 | 03:10:21:25
00:10:20:50 @ 60 fps + 10 minutes                 | 00:20:20:50
3h 2m 25s 10 frames at 24 fps + 1 hour 12 minutes | 04:14:25:10
```

또는 타임코드를 프레임 수로 변환하거나, 프레임 수에서 타임코드로 변환할 수 있습니다.

```
00:30:10:00 @ 24 fps in frames | 43,440 frames
43,440 frames @ 24 fps         | 00:30:10:00
```

타임코드를 더하거나 서로 빼는 연산을 할 수 있습니다.

```
03:10:20:05 @ 30 fps + 03:10:20:010 | 06:20:40:15
03:10:20:05 at 12 fps - 00:20:35:00 | 02:49:45:05
```

{% hint style="info" %}
• 타임코드를 더하거나 뺄 때, 연산에 사용되는 타임코드 중 하나에 대해서만 원하는 프레임 속도를 지정하면 됩니다.

• 다른 타임코드는 지정된 프레임 속도를 자동으로 사용합니다.
{% endhint %}

{% hint style="info" %}
• 타임코드를 생성할 때 원하는 프레임 속도를 지정하지 않으면, 기본 프레임 속도인 **24 fps**(영화 제작에서 일반적으로 사용됨)가 사용됩니다.

• **fps** 단위로 정의된 **전역 변수**를 정의하여 기본 프레임 속도를 재정의할 수 있습니다.

<img src="/files/hQFFhiyjrayWuyCQEiB6" alt="" data-size="original">
{% endhint %}

### 프레임 및 fps

프레임 및 fps(초당 프레임 수) 단위를 사용하여 계산을 수행합니다.

```
30 fps × 3 minutes    | 5,400 frames
15.6k frames / 24 fps | 650 s
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/ko/undefined/time/video-timecode-and-frame-rates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
