> 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/creating-motion-comics.md).

# Motion Comics erstellen

So erstellst du auf Morphic einen Motion Comic von Grund auf.

<figure><img src="/files/123f82753b7d7cb8002f493761984b3ed4808382" alt=""><figcaption></figcaption></figure>

1. Wähle in der Prompt-Leiste Manga als Stilmodell aus. Du kannst dein eigenes [benutzerdefiniertes Stilmodell](broken://pages/6d11512fd1a0c4ccb1e25c7468a2522be46e8cf1) verwenden, wenn du eines trainiert hast.

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

2. Gib einen Prompt ein, um die Bilder für deinen Motion Comic zu generieren, und klicke dann auf „Generate“.

<figure><img src="/files/796930900ab583fe4b48c2f6069fe883d48b2b93" alt=""><figcaption></figcaption></figure>

3. Sobald du ein Bild ausgewählt hast, mit dem du fortfahren möchtest, wähle es aus und wechsle in den Videomodus.

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

4. Gib den Prompt ein, der die Animation beschreibt, die du sehen möchtest, und klicke auf „Generate“, um dein erstes Video zu erstellen.

<figure><img src="/files/60c178c12bfb5daaf3a58104eb03f556501250f4" alt=""><figcaption></figcaption></figure>

5. Wähle das erste Bild erneut aus, wechsle zurück in den Bildmodus und gib einen Prompt ein, der die gewünschten Änderungen beschreibt, um ein neues Bild zu generieren.

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

6. Wiederhole Schritt 4, um dieses neue Bild zu animieren und ein zweites Video zu generieren.

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

7. Wiederhole Schritt 5, um ein weiteres neues Bild zu erstellen, und dann Schritt 4 erneut, um es zu animieren und ein drittes Video zu generieren.

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

8. Du hast jetzt drei verschiedene Bilder und drei entsprechende Videos. Füge diese drei Videos zusammen, um dein endgültiges Motion-Comic-Ergebnis zu erstellen:

<figure><img src="/files/81c8e5e818dba86c269cbe6e2b2db6f8443bc8b7" alt=""><figcaption></figcaption></figure>

Das ist perfekt, um deinem Manga oder Artwork im benutzerdefinierten Stil einen cineastischen Fluss zu verleihen. Damit kannst du mühelos von statischen Bildern zu einem Motion-Comic-Erzählstil übergehen.

***

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/creating-motion-comics.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.
