> 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/frames-to-video-1.md)
- [口型同步](https://morphic.com/docs/zh/shi-pin/lip-sync.md): Morphic 上的口型同步功能可让你使用 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/shi-pin.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.
