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

# 動画を拡張する

Morphicで「最後のフレームをキャンバスに抽出」を使って動画を延長する方法を、ステップごとにご紹介します：

1. Canvas に延長したい動画をアップロードまたは生成します

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

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

<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で動画から現在のフレームを抽出する簡単なチュートリアルはこちらです：

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

1. Canvas 上の動画をクリックして選択します
2. 画面下部の再生ヘッドを、抽出したいフレームまで動かします
3. 動画を右クリックし、「フレームをキャンバスに抽出」を選択します

フレームはそれ自体の画像として Canvas 上に配置され、編集したり、参照として使ったり、別の生成に入力したりできます。

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

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**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/jp/hauts/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.
