# 视频聚焦模式

下面是关于如何在Morphic上使用视频焦点模式的快速教程：

1. 在画布上上传或生成视频
2. 选择要修改的视频
3. 这将打开视频焦点模式
4. 编写描述您希望进行更改的提示（例如，“将马的颜色改为白色”或“将背景改为雪的冬季场景”）
5. 点击生成

Morphic会根据您的提示对视频进行转换，并在所有帧中一致地应用更改。

这就是在Morphic上使用视频焦点模式的方法。它是进行AI驱动编辑（如替换角色、更改环境、调整光线或移除不需要的元素）的快速方式。


---

# Agent Instructions: 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/video-focus-mode.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.
