> 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 上使用口型同步的快速教程：

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

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

4. 选择你的模型：Sync V3 或 Seedance 2.0。

<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. 点击生成。

注意：如果你使用的是 Seedance 2.0，在生成前请添加至少 3 个字符的提示词（例如：“创建一个口型同步”）。

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

* 使用一段视频，其中角色的脸部清晰入镜，并且在你想同步的整个片段中嘴巴都可见。
* 提供干净的音频。背景噪音、重叠的人声，或对白后面过重的音乐都会削弱同步效果。
* 让音频语气与角色相匹配。一个高能量的声音配在静态、平淡的人像上，即使口型同步完美，也会显得不协调。
* 尽量让音频和源片段的长度接近。过大的差距会迫使 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>

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

### 口型同步消耗的积分

| 模型           | 自动      | 480p（SD） | 720p（HD） | 1080p（FHD） |
| ------------ | ------- | -------- | -------- | ---------- |
| Sync V3      | 12 积分/秒 | -        | -        | -          |
| LTX 2.3      | 9 积分/秒  | -        | -        | -          |
| Seedance 2.0 | -       | 28 积分    | 60 积分    | 60 积分      |
| Veed Fabric  | -       | 7 积分/秒   | 14 积分/秒  | -          |

注意：Seedance 2.0 按每次生成统一费率收费。按秒计费的模型则根据输出时长计算。例如，使用 Veed Fabric 的 720p（HD）生成一个 10 秒的口型同步视频，费用为 140 积分（14 积分/秒 x 10 秒）。

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

***


---

# 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:

```
GET https://morphic.com/docs/zh/shi-pin/lip-sync.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
