> 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/jp/igaido/extend-video.md).

# 動画を拡張する

Morphicで「最後のフレームをCanvasに抽出」を使って動画を延長する方法を、手順を追ってご紹介します：

1. Canvas上で延長したい動画をアップロードするか生成します

<figure><img src="/files/1a5aaa2126ca36bf157a595039ceaceb2f39ac2c" alt=""><figcaption></figcaption></figure>

2. 動画を右クリックし、「最後のフレームをCanvasに抽出」を選択します

<figure><img src="/files/70f2281db7de0344a9a1b01d049abbb7c314ffb4" alt=""><figcaption></figcaption></figure>

3. 新しく抽出したフレームを開始フレームとして使用し、その後 [Image to Video](/docs/jp/dong-hua/image-to-video.md) を実行して、動画を続けるクリップを生成します

<div><figure><img src="/files/711a73d40f252fa7b35b62eceeb0606a7cfd5b5a" alt=""><figcaption><p>右側に抽出されたフレーム</p></figcaption></figure> <figure><img src="/files/daefa192e85e83224b7f0b0a269717acc858ae69" alt=""><figcaption><p>Image to Video</p></figcaption></figure></div>

4. 必要に応じて手順2と3を繰り返し、つなぎ合わせられる追加クリップを生成します
5. すべてのクリップがそろったら、Composeでそれらをつなぎ合わせます

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

6. Assetsセクションから生成したすべてのクリップをタイムラインへドラッグ＆ドロップします

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

7. 右上のExportボタンを使って、最終的につなぎ合わせた動画を書き出します（最大4K解像度）

<figure><img src="/files/85aae1b6e36a709b754b7e061ce3cc598d9dc466" alt=""><figcaption></figcaption></figure>

これで、Morphicの「最後のフレームをCanvasに抽出」を使って、視覚的な一貫性を保った延長ショットを簡単に作成できます。

***


---

# 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/jp/igaido/extend-video.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.
