> 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/zh/gong-ju/subtitles.md).

# 字幕

Morphic 上的字幕功能可以将字幕烧录进视频。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. 在画布上，点击提示栏上方的“工具”
2. 搜索“字幕”并选择它
3. 附加一个视频。需要一个视频，提示栏会在满足条件时提示你
4. 描述你想要的字幕样式，然后生成

### 更改字幕的外观

点击提示栏中的偏好设置图标，自己进行设置：

* 预设：一个可直接使用的外观作为起点
* 语言：保持为“自动”以检测口语语言，或手动指定一种
* 位置和阴影：字幕放置的位置，以及它们与画面的区分程度
* 字体、字重和颜色：分别为普通词和高亮词设置，这样强调效果会与其他内容不同

### 使用你自己的字幕文本

偏好设置中的“SRT 内容”会直接使用你已有的字幕文本，跳过转写步骤，因此文字会完全按照你写的内容呈现。

这与 [转写](/docs/zh/yin-pin/transcription.md)搭配使用：先转写视频，校正文件中的人名和术语，然后把它粘贴到这里，以烧录校正后的版本。

### 提示

* 清晰的语音转写效果最好。背景音乐过重或对话中有重叠人声，会导致转写质量较差，也就意味着字幕质量较差。
* 在进行样式设置前先检查转写文本。如果某个名字写错了，通过“SRT 内容”修正一次，比反复重新生成并寄希望于结果更好。
* 在画面底部留出空间。字幕会覆盖在画面上，因此底部有动作的镜头会与字幕冲突。
* 字幕按每次生成计费，且有最低收费。查看 [套餐与积分](/docs/zh/ding-jia/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/zh/gong-ju/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.
