> 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/cao-zuo-zhi-nan/extend-video.md).

# 扩展视频

下面是关于如何在 Morphic 上使用“将最后一帧提取到 Canvas”来扩展视频的分步指南：

1. 上传或生成你想在 Canvas 上扩展的视频

<figure><img src="/files/40618eac30013dc904cf84002b25ac963b5fbd56" alt=""><figcaption></figcaption></figure>

2. 右键点击视频，选择“将最后一帧提取到 Canvas”

<figure><img src="/files/84d79824ce35287e1087e63ac5fbcc1f2e95661a" alt=""><figcaption></figcaption></figure>

3. 将新提取的帧作为起始帧，然后运行 [Image to Video](/docs/zh/shi-pin/image-to-video.md) 以生成延续该视频的后续片段

<div><figure><img src="/files/75ae267aab4cba2cecba21d9307eb07b8b7d1afc" alt=""><figcaption><p>右侧为提取的帧</p></figcaption></figure> <figure><img src="/files/3dc24523b5bc8c5f210ce6ff4b67422cabb5c556" alt=""><figcaption><p>Image to Video</p></figcaption></figure></div>

4. 根据需要重复第 2 和第 3 步，生成可拼接在一起的更多片段
5. 一旦你有了所有片段，前往 Compose 将它们拼接起来

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

6. 将 Assets 部分中所有生成的片段拖放到时间线上

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

7. 使用右上角的 Export 按钮导出最终拼接后的视频（最高可达 4K 分辨率）

<figure><img src="/files/9127d18dc0da662454a2de116079afa9cb3c9653" alt=""><figcaption></figcaption></figure>

### 提取任意帧，而不只是最后一帧

“将最后一帧提取到 Canvas”始终会提取最终帧。若想提取某个特定时刻，请使用“将帧提取到 Canvas”。

下面是一个快速教程，教你如何在 Morphic 上从视频中提取当前帧：

{% embed url="<https://youtu.be/Icx4z3FcJQ4>" %}

1. 点击 Canvas 上的视频以选中它
2. 拖动屏幕底部的播放头，定位到你想要的帧
3. 右键点击视频，选择“将帧提取到 Canvas”

该帧会作为一张独立图片出现在 Canvas 上，可供编辑、用作参考，或输入到另一次生成中。

这就是在 Morphic 上使用“将最后一帧提取到 Canvas”轻松创建视觉一致的扩展镜头的方法。

***

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