> 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 nach 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 nach Canvas extrahieren“

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

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

<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 bei Bedarf die Schritte 2 und 3, um zusätzliche Clips zu erzeugen, 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 Bereich Assets per Drag & Drop auf die Timeline

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

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

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

### Beliebiges Frame extrahieren, nicht nur das letzte

„Letztes Frame nach Canvas extrahieren“ nimmt immer das letzte Frame. Um stattdessen einen bestimmten Moment herauszuziehen, verwende „Frame nach Canvas extrahieren“.

Hier ist eine kurze Anleitung, wie du das aktuelle Frame aus einem Video in Morphic extrahierst:

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

1. Klicke auf das Video auf Canvas, um es auszuwählen
2. Bewege den Abspielkopf unten auf dem Bildschirm zu dem Frame, das du möchtest
3. Klicke mit der rechten Maustaste auf das Video und wähle „Frame nach Canvas extrahieren“

Das Frame landet als eigenes Bild auf Canvas und ist bereit zum Bearbeiten, als Referenz oder als Eingabe für eine weitere Generierung.

So verwendest du „Letztes Frame nach Canvas extrahieren“ in Morphic, um mit visueller Konsistenz ganz einfach erweiterte Shots zu erstellen.

***

Wenn Sie Probleme haben oder Fragen haben, können Sie sich gerne an uns wenden. Wir helfen Ihnen gerne weiter. Schreiben Sie 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.
