> For the complete documentation index, see [llms.txt](https://catenoid-support.gitbook.io/loomex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://catenoid-support.gitbook.io/loomex/userguide/library/detail/caption.md).

# 자막

이 페이지에서는 Loomex의 자막에 대해 안내합니다.

&#x20;

> ### **자막** <a href="#undefined" id="undefined"></a>
>
> 인공지능이 동영상의 음성을 분석하여 자동으로 자막을 만들어 제공합니다. 다국어 지원이 필요한 경우 해당 언어를 선택하면 요청 언어의 음성을 자동 번역하여 자막을 제공합니다.

&#x20;

### **자막 요청 및 편집** <a href="#undefined" id="undefined"></a>

#### **Step 1. 자막 탭 이동** <a href="#step-1." id="step-1."></a>

**라이브러리 상세 > 자막** 탭으로 이동하면 자막 요청 버튼이 화면의 오른쪽에 나타납니다.

<figure><img src="/files/2YjddvJD8ihON2Oj1oqq" alt=""><figcaption><p>자막 탭 화면</p></figcaption></figure>

&#x20;**Step 2. 자막 확인 및 편집**

자막 요청 버튼을 누르면 자동 음성 기능을 통해 빠르고 정확하게 음성을 텍스트로 변환하여 제공합니다. 제공된 자막은 텍스트 영역에서 편집이 가능하며 **저장하기** 버튼을 누른 다음 동영상을 재생하면 편집된 영상을 확인할 수 있습니다.

<figure><img src="/files/py6rGDEKM7GzBv8H3qMz" alt=""><figcaption><p>자막 편집 화면</p></figcaption></figure>

<table><thead><tr><th width="137">메뉴</th><th>설명</th></tr></thead><tbody><tr><td>SYNC</td><td>SYNC 기능을 사용하면 자막 요청 시에 자막 파일이 생성됩니다.</td></tr><tr><td>다운로드</td><td>자막을 VTT 파일의 형식으로 다운로드할 수 있습니다.</td></tr><tr><td>삭제</td><td><strong>삭제</strong> 버튼을 누르면 해당 버전의 자막이 삭제됩니다. 재생 구간 별로 삭제를 하고자 할 경우 텍스트 박스 안에 있는 휴지통 아이콘을 클릭하여 삭제합니다.</td></tr><tr><td>편집</td><td>텍스트 박스에 영역에 제공되는 자막의 내용을 수정할 수 있습니다. 수정 후 <strong>저장하기</strong> 버튼을 누르면 수정된 자막을 확인할 수 있습니다.</td></tr><tr><td>자막 추가</td><td><strong>+</strong> 버튼을 누르면 텍스트 박스가 추가됩니다. 추가된 텍스트 박스에서 자막을 추가하고자 하는 구간의 재생 시간을 입력하면 자막을 추가할 수 있습니다.</td></tr></tbody></table>

{% hint style="info" %}
**참고**

자막 편집은 수정할 경우 새로운 버전의 자막 파일로 저장됩니다. 좌측 상단의 선택 박스에서 해당 자막 버전을 클릭하면 다국어 자막 및 수정 자막을 선택할 수 있습니다.
{% endhint %}

### **번역 요청** <a href="#undefined" id="undefined"></a>

자막 요청을 한 다음 다른 언어로 자막을 추가하고자 하는 경우 번역 요청을 눌러 자막 추가를 할 수 있습니다. 번역이 완료되면 새로운 자막 파일이 생성되고 언어별로 자막 파일 선택이 가능합니다.

<figure><img src="/files/bx52sM6FoElGOxLmH7wq" alt="번역 요청"><figcaption><p>번역 요청 화면</p></figcaption></figure>

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://catenoid-support.gitbook.io/loomex/userguide/library/detail/caption.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.
