# 자막 다운로드

## 자막 파일 다운로드 방법

{% stepper %}
{% step %}

### 내보내기 방식 선택

에디터의 우측 상단의 **내보내기** 버튼을 클릭합니다.

팝업 창에서 내보내기 방식을 선택할 수 있으며, **자막 파일 다운로드** 버튼을 클릭합니다.

<figure><img src="/files/19EILjN2ayu6n8QiyVfU" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### 파일 확장자 선택

선택한 파일에 대해 어떤 확장자로 다운로드할 것인지 선택합니다.

확장자 선택 후, **다운로드** 버튼을 클릭하면 지정한 파일의 확장자가 다운로드됩니다.

<figure><img src="/files/fxw1UrplhcQGYGX3mZpO" alt=""><figcaption></figcaption></figure>

{% hint style="info" icon="comment-question" %}
**지원하는 파일 확장자는 어떤게 있나요?**

현재 SRT, VTT, SMI, TXT(타임코드 미포함) 파일 형식을 제공합니다.

**SRT (SubRip Subtitle)**

* 가장 널리 사용되는 자막 파일 형식입니다.
* '.srt' 확장자를 사용하며, 단순한 텍스트 기반 파일로 번호, 시간 코드, 자막 내용 순으로 구성됩니다.
* 대부분의 동영상 플레이어와 플랫폼에서 지원되나, 스타일(폰트, 색상, 위치) 설정이 불가능합니다.

**VTT (WebVTT - Web Video Text Tracks)**

* 웹에서 사용하기 위해 설계된 자막 형식입니다.
* '.vtt' 확장자를 사용하며, SRT와 유사하지만 HTML5 동영상 플레이어에 최적화되어있습니다.
* 스타일(폰트, 색상, 위치 등) 설정이 가능합니다.

**SMI(Subtitles for the Deaf and Hard of Hearing, SAMI)**

* SMI는 마이크로소프트가 개발한 웹 기반 자막 파일 형식입니다.
* 확장자는 '.smi' 또는 '.sami'입니다.
* 내부 구조는 HTML과 유사한 태그 기반으로 되어 있으며, CSS 스타일을 적용할 수 있어 폰트, 색상,&#x20;

&#x20;      정렬 등 시각적 설정이 가능합니다.

**TXT(타임코드 없음)**

* 자막의 노출 시간대 없이 텍스트만 출력됩니다.
* 동영상의 자막 목적보다는 강의 보조 자료로 활용될 수 있습니다.
* 확장자는 '.txt'이며, 자막별로 개행되어 표시됩니다.
  {% endhint %}
  {% endstep %}
  {% endstepper %}


---

# 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://airaw.gitbook.io/gllo-studio/features/files/download-subtitles.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.
