> 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/yin-pin/transcription.md).

# 转录

转录会读取 Morphic 上任意音频或视频文件中的语音，并将其作为字幕文档返回。每一行都会附带其被说出的时间点，随时可用于给剪辑配字幕、从采访中摘取引语，或作为脚本的基础。

以下是如何在 Morphic 上使用转录的简短教程：

1. 在 Morphic 中打开 Canvas 或 Copilot
2. 点击回形针图标，附加你想要转录的音频或视频文件。你可以：

* 在 Canvas 中选择 - 选择已放置在 Canvas 上的文件
* 从 Assets 中选择 - 从你的 Assets 资源库中选择
* 上传资源 - 从你的设备上传文件

3. 请求转录稿，例如“转录这个。”在同一条消息中添加任何额外要求：口语语言、翻译、说话人标签或逐词时间戳。
4. 点击蓝色箭头。转录完成后，.srt 文件会出现在聊天中，可直接下载。

#### 你可以要求的内容

将这些内容写入与你的请求相同的消息中。

| 请求这个    | 你将获得什么                             |
| ------- | ---------------------------------- |
| 不需要额外内容 | 系统会自动检测口语语言，并以字幕提示返回               |
| 指定语言    | 用于嘈杂音频，或在不同语言之间切换的录音的提示            |
| 翻译      | 每条提示都会保留原文，并在其下方添加译文               |
| 说话人标签   | 每条提示前都会标注说话人                       |
| 逐词时间戳   | 每个词一条提示，带有各自的开始和结束时间，适用于卡拉 OK 风格字幕 |

#### 你会得到什么

一个 .srt 文件。每条提示都包含编号、精确到毫秒的开始和结束时间戳，以及所说的内容。

```
1
00:00:00,000 --> 00:00:01,500
你好，世界。

2
00:00:01,500 --> 00:00:03,000
Alice：Bonjour
嗨
```

#### 限制

| 输入   | 详情              |
| ---- | --------------- |
| 文件   | 每次转录仅限一个音频或视频文件 |
| 音频大小 | 最多 500 MB       |
| 视频大小 | 最多 200 MB       |

#### 获得更好结果的提示

* 提供干净的音频。背景音乐和多人串音会降低准确率。
* 当录音较安静，或说话人在句子中途切换语言时，请注明语言。
* 凡是有多个说话人的内容，都请要求添加说话人标签。每条提示都标明归属时，采访和圆桌讨论会更容易阅读。

这就是在 Morphic 上使用转录功能的方法。拿到 .srt 文件后，你可以将其下载为脚本，或直接用于为视频本身添加字幕。参见 [字幕](/docs/zh/gong-ju/subtitles.md).

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/yin-pin/transcription.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.
