> 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/tools/subtitles.md).

# Subtitles

Subtitles on Morphic lets you burn captions into a video. Morphic listens to the speech, writes the subtitles, and renders them into the video itself, styled the way you ask for.

You can also try it at [morphic.com/tools/subtitles](https://morphic.com/tools/subtitles).

Here's a quick tutorial on how to add subtitles on Morphic:

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

### From Copilot

The quickest route. Attach the video and say what you want.

1. Open [Copilot](https://studio.morphic.com/chat)
2. Attach the video you want subtitled
3. Ask for subtitles and name the language, for example 'subtitle this in English'

Copilot transcribes the speech and returns the video with the subtitles on it.

### From the prompt bar

Use this when you want to set the look before it runs.

1. On the Canvas, click 'Tools' above the prompt bar
2. Search for 'Subtitles' and select it
3. Attach a video. One video is required, and the prompt bar tells you when it has what it needs
4. Describe the subtitle style you want, then generate

### Change how the subtitles look

Click the Preferences icon in the prompt bar to set them yourself:

* Preset: a ready-made look to start from
* Language: leave it on 'Auto' to detect the spoken language, or name one
* Position and shadow: where the subtitles sit and how strongly they separate from the picture
* Font, weight, and color: set for ordinary words and for highlighted words separately, so emphasis reads differently from the rest

### Bring your own subtitle text

'SRT Content' in Preferences takes subtitle text you already have and skips the transcription step, so the words are exactly what you wrote.

This pairs with [Transcription](/docs/audio/transcription.md): transcribe the video first, correct the names and terms in the file, then paste it here to burn the corrected version in.

### Good to know

* Clean speech transcribes best. Heavy music or overlapping voices behind dialogue makes for a weaker transcript, which means weaker subtitles.
* Check the transcript before styling. If a name comes out wrong, fixing it once through 'SRT Content' beats regenerating and hoping.
* Leave room at the bottom of the frame. Subtitles sit over the picture, so a shot with action low in the frame competes with them.
* Subtitles are billed per generation with a minimum charge. See [Plans & Credits](/docs/pricing/plans-and-credits.md) for the current rate.

That's how you add subtitles on Morphic. Use it when a cut needs to play without sound.

***

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**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/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.
