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

# Video erweitern

Hier ist eine Schritt-für-Schritt-Anleitung, wie Sie Videos mit „Extract last frame to Canvas“ in Morphic verlängern:

1. Laden Sie das Video, das Sie auf Canvas verlängern möchten, hoch oder generieren Sie es

<figure><img src="/files/2b73197560089dcb3c39abc2534f8acb7df24add" alt=""><figcaption></figcaption></figure>

2. Klicken Sie mit der rechten Maustaste auf das Video und wählen Sie „Extract last frame to Canvas“

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

3. Verwenden Sie den neu extrahierten Frame als Startbild und führen Sie dann [Bild zu Video](/docs/de/video/image-to-video.md) aus, um einen Folgeclip zu erzeugen, der das Video verlängert

<div><figure><img src="/files/7f282b03fd95d6497d9f5c413654d37da9ce059d" alt=""><figcaption><p>Extrahierter Frame rechts</p></figcaption></figure> <figure><img src="/files/ca32200aa8824166c97ceefa8b60390cd1c16d35" alt=""><figcaption><p>Bild zu Video</p></figcaption></figure></div>

4. Wiederholen Sie bei Bedarf die Schritte 2 und 3, um weitere Clips zu erzeugen, die zusammengeschnitten werden können
5. Sobald Sie alle Clips haben, gehen Sie zu Compose, um sie zusammenzufügen

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

6. Ziehen Sie alle generierten Clips aus dem Bereich „Assets“ per Drag-and-drop auf die Timeline

<figure><img src="/files/88bb14d88aba3249998b2877dfc163e2a019ff75" alt=""><figcaption></figcaption></figure>

7. Exportieren Sie das fertig zusammengeschnittene Video über die Schaltfläche „Export“ oben rechts (bis zu 4K-Auflösung)

<figure><img src="/files/11f72172441fa5a2060fe13ea6399b784dfadf6c" alt=""><figcaption></figcaption></figure>

So verwenden Sie „Extract last frame to Canvas“ in Morphic, um ganz einfach verlängerte Aufnahmen mit visueller Konsistenz zu erstellen.

***

Wenn du Probleme hast oder Fragen hast, melde dich gerne. Wir helfen dir gerne weiter, schreib uns an [**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/de/anleitungen/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.
