> 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.md).

# 视频

- [文生视频](https://morphic.com/docs/zh/shi-pin/text-to-video.md): Morphic 上的文生视频可让你仅使用提示词从零开始创建新视频。
- [图生视频](https://morphic.com/docs/zh/shi-pin/image-to-video.md): Morphic 上的图生视频可让你使用提示词将单张图片转换为一段由 AI 生成的短视频。
- [帧转视频](https://morphic.com/docs/zh/shi-pin/frames-to-video.md): Morphic 上的帧转视频可让你使用 AI 将 2–5 帧插值为无缝视频。只需添加关键帧，描述动作，即可生成平滑的视频过渡。
- [口型同步](https://morphic.com/docs/zh/shi-pin/lip-sync.md): Morphic 上的口型同步可让你借助 AI 将角色的口型动作与任意音轨匹配。将视频与音频文件配对，几次点击即可生成口型同步视频。
- [镜头运动](https://morphic.com/docs/zh/shi-pin/camera-motion.md): Morphic 的镜头运动功能可让你为静态图像添加动态摄像机运动，将其转换为吸睛的 AI 视频片段。
- [3D 动态](https://morphic.com/docs/zh/shi-pin/3d-motion.md): Morphic 的 3D 动态功能可让你创建充满层次感和深度的动态镜头，将静态图像转化为引人入胜的 AI 生成视频。
- [视频聚焦模式](https://morphic.com/docs/zh/shi-pin/video-focus-mode.md): Morphic 上的视频聚焦模式可让你使用 AI 对任何视频进行基于提示词的编辑。描述你想要的更改，Morphic 就会在所有帧中一致地应用它。


---

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