> 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 du Videos mit „Letztes Frame auf Canvas extrahieren“ in Morphic erweitern kannst:

1. Lade das Video, das du auf Canvas erweitern möchtest, hoch oder generiere es

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

2. Klicke mit der rechten Maustaste auf das Video und wähle „Letztes Frame auf Canvas extrahieren“

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

3. Verwende das neu extrahierte Frame als Startbild und führe dann [Bild zu Video](/docs/de/video/image-to-video.md) aus, um einen Folgeclip zu generieren, der das Video erweitert

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

4. Wiederhole die Schritte 2 und 3 nach Bedarf, um zusätzliche Clips zu generieren, die zusammengefügt werden können
5. Sobald du alle Clips hast, gehe zu Compose, um sie zusammenzufügen

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

6. Ziehe alle generierten Clips aus dem Assets-Bereich per Drag-and-drop auf die Zeitleiste

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

7. Exportiere das endgültige zusammengesetzte Video mit der Export-Schaltfläche oben rechts (bis zu 4K-Auflösung)

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

So verwendest du „Letztes Frame auf Canvas extrahieren“ in Morphic, um mühelos erweiterte Aufnahmen mit visueller Konsistenz zu erstellen.

***

Wenn du Probleme hast oder Fragen, melde dich gern. Wir helfen dir gerne, schreibe 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.
