> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/tools/subtitles.md).

# 자막

Morphic의 Subtitles를 사용하면 캡션을 비디오에 직접 입힐 수 있습니다. Morphic은 음성을 듣고 자막을 작성한 다음, 요청한 스타일대로 자막을 비디오 자체에 렌더링합니다.

또한 여기에서 사용해 볼 수 있습니다. [morphic.com/tools/subtitles](https://morphic.com/tools/subtitles).

Morphic에 자막을 추가하는 방법에 대한 간단한 튜토리얼은 다음과 같습니다:

{% embed url="<https://youtu.be/qFO3ttL4Wuo>" %}

### Copilot에서

가장 빠른 방법입니다. 비디오를 첨부하고 원하는 내용을 말하세요.

1. 열기 [Copilot](https://studio.morphic.com/chat)
2. 자막을 넣을 비디오를 첨부하세요
3. 자막을 요청하고 언어를 지정하세요. 예: '이걸 영어로 자막 처리해줘'

Copilot이 음성을 전사하고 자막이 들어간 비디오를 반환합니다.

### 프롬프트 바에서

실행되기 전에 모양을 먼저 설정하고 싶을 때 사용하세요.

1. Canvas에서 프롬프트 바 위의 '도구'를 클릭하세요
2. 'Subtitles'를 검색하여 선택하세요
3. 비디오를 첨부하세요. 하나의 비디오가 필요하며, 필요한 것이 갖춰지면 프롬프트 바가 알려줍니다
4. 원하는 자막 스타일을 설명한 다음 생성하세요

### 자막 모양 변경하기

프롬프트 바의 환경설정 아이콘을 클릭해 직접 설정하세요:

* 프리셋: 시작용으로 바로 사용할 수 있는 미리 만들어진 스타일
* 언어: 말한 언어를 감지하려면 'Auto'로 두거나, 직접 지정하세요
* 위치와 그림자: 자막이 놓이는 위치와 화면에서 얼마나 강하게 분리되는지
* 글꼴, 굵기, 색상: 일반 단어와 강조된 단어를 각각 따로 설정해, 강조가 나머지와 다르게 읽히도록 합니다

### 자막 텍스트를 직접 가져오기

환경설정의 'SRT Content'는 이미 가지고 있는 자막 텍스트를 사용하며 전사 단계를 건너뜁니다. 따라서 단어가 정확히 작성한 그대로 들어갑니다.

이것은 다음과 함께 사용됩니다 [전사](/docs/kr/audio/transcription.md): 먼저 비디오를 전사하고, 파일에서 이름과 용어를 수정한 다음, 수정된 버전을 여기 붙여 넣어 입히세요.

### 알아두면 좋은 점

* 깨끗한 음성이 가장 잘 전사됩니다. 대사 뒤에 강한 음악이나 겹치는 목소리가 있으면 전사 결과가 약해지고, 이는 자막의 품질도 떨어뜨립니다.
* 스타일을 적용하기 전에 전사 내용을 확인하세요. 이름이 잘못 나오면 'SRT Content'를 통해 한 번 수정하는 것이 다시 생성하고 운에 맡기는 것보다 낫습니다.
* 프레임 하단에 여유를 남겨두세요. 자막은 화면 위에 겹쳐지므로, 프레임 아래쪽에 동작이 많은 샷은 자막과 경쟁하게 됩니다.
* 자막은 생성당 청구되며 최소 요금이 있습니다. 다음을 참조하세요. [요금제 및 크레딧](/docs/kr/pricing/plans-and-credits.md) 현재 요율을 확인하세요.

이것이 Morphic에 자막을 추가하는 방법입니다. 컷을 무음으로 재생해야 할 때 사용하세요.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/kr/tools/subtitles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
