> 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/shi-pin/lip-sync.md).

# 口型同步

这里有一份关于如何在 Morphic 上使用 Lip Sync 的快速教程：

1. 前往 Morphic。
2. 打开一个现有文件，或点击“新建文件”在某个项目下创建一个新文件。
3. 前往画布底部的全局提示栏，将模式切换为视频，然后选择 Lip Sync。

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

4. 选择你的唇形同步模型。你看到的模型取决于你的组织为唇形同步启用了哪些功能，因此列表可能与同事的不同。参见 [模型访问](/docs/zh/zhang-hu-yu-zhang-dan/settings/model-access.md).

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

5. 点击回形针图标以附加你的参考内容。你可以：

<figure><img src="/files/01dffbc4e6424fc4b50ac42ea3f2f2db1067edc2" alt=""><figcaption></figcaption></figure>

* 在画布中选择 - 从已放置在画布上的参考内容中挑选
* 从素材中选择 - 从你的素材库中挑选
* 上传素材 - 从你的设备上传文件

6. 附加一个视频，以及你希望与之同步的音频文件。

<div data-full-width="false"><figure><img src="/files/bad370fa29fb6e8d477bbfefde372cacf404f394" alt=""><figcaption></figcaption></figure></div>

7. 可选地，添加一个包含额外指示的提示词，或者将提示栏留空。
8. 可选地，点击偏好设置图标，设置 Morphic 如何处理音频与视频之间的时长不匹配。
9. 点击提示栏中的蓝色按钮。

注意：某些模型在空提示词下不会运行。如果没有开始，请添加一些简短的指示，例如“创建唇形同步”。

### 提升效果的提示

* 使用一段视频，其中角色的脸部清晰入镜，并且你希望同步的整个片段中嘴部都可见。
* 提供干净的音频。背景噪音、重叠的声音或对白后方过重的音乐，都会削弱同步效果。
* 让音频语气与角色相匹配。即使唇形同步完美，在静态、平淡的人像上使用高能量的声音，也会显得不协调。
* 让音频和源片段的时长尽量接近。较大的时长差会迫使 Morphic 进行拉伸、循环或裁剪，即使设置了正确的偏好，也可能使最终效果变弱。
* 源视频中的头部动作尽量少一些。有限而自然的运动能让同步效果更干净；快速切换和极端角度会让它更难实现。

### 了解偏好设置

音频和视频的长度通常并不相同。偏好设置用于控制输出中如何处理这种不匹配。

<div><figure><img src="/files/4f8d8fc0a646732b1cb126d3e8e106d479460930" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/ce74332b762572d49324acc3fcfbc4705b7ae3cc" alt="" width="375"><figcaption></figcaption></figure></div>

| 选项   | 作用                                              |
| ---- | ----------------------------------------------- |
| 截断   | 将较长的音频或视频裁剪到与较短的一方一致。                           |
| 循环   | 当视频比音频短时，循环播放视频以匹配音频。                           |
| 往返播放 | 当视频比音频短时，先正向播放视频，然后反向播放以匹配音频。                   |
| 静音   | 当视频比音频长时，用静音填充音频以匹配视频。                          |
| 重映射  | 通过调整播放速度来减慢或加快视频，使其与音频时长完全一致。通过调整播放速度保留两者的全部内容。 |

### 费用

不同的唇形同步模型定价不同，大多数按输出每秒计费。每个唇形同步模型的当前费率见 [“方案与积分”中的唇形同步表](/docs/zh/ding-jia/plans-and-credits.md).

这就是在 Morphic 上使用 Lip Sync 功能的方法。它非常适合电影制作人、动画师和营销人员，用于为角色、广告和以对白为主的场景生成 AI 唇形同步视频。

***

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