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

# Hareketli çizgi romanlar oluşturma

İşte Morphic'te sıfırdan bir hareketli çizgi roman oluşturmanın yolu.

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

1. İstem çubuğundan, stil modeli olarak Manga'yı seçin. Kendi [özel stil modeli](/docs/tr/temel-bilgiler/models.md) eğer bir tane eğittiyseniz.

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

2. Hareketli çizgi romanınız için görselleri oluşturmak üzere bir istem girin, ardından Oluştur'a tıklayın.

<figure><img src="/files/52d4c09b583c1aebb5e95c76106b7d5cff3eb343" alt=""><figcaption></figcaption></figure>

3. Devam etmek için bir görsel seçtikten sonra, onu seçin ve Video Moduna geçin.

<figure><img src="/files/31602fe6065f05fb34848a5f39a3c5c7489a4d5c" alt=""><figcaption></figcaption></figure>

4. Görmek istediğiniz animasyonu tanımlayan istemi girin ve ilk videonuzu oluşturmak için Oluştur'a tıklayın.

<figure><img src="/files/82ae2c3ac922d9e6abd26b245799b250366b88ee" alt=""><figcaption></figcaption></figure>

5. İlk görseli yeniden seçin, tekrar Görsel Moduna geçin ve yeni bir görsel oluşturmak için istenen değişiklikleri tanımlayan bir istem girin.

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

6. Bu yeni görseli canlandırmak ve ikinci videoyu oluşturmak için 4. adımı tekrarlayın.

<figure><img src="/files/40f74d072983d890cfc47fd15fe1594845ab3afc" alt=""><figcaption></figcaption></figure>

7. Başka bir yeni görsel oluşturmak için 5. adımı, ardından onu canlandırıp üçüncü videoyu oluşturmak için 4. adımı tekrar tekrarlayın.

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

8. Artık üç farklı görseliniz ve bunlara karşılık gelen üç videonuz olacak. Final hareketli çizgi roman çıktınızı oluşturmak için bu üç videoyu birleştirin:

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

Bu, manga'nıza veya özel stil çizimlerinize sinematik bir akış eklemek için mükemmeldir. Sizi durağan görsellerden hareketli çizgi roman anlatımına zahmetsizce geçirir.

***

Herhangi bir sorun yaşarsanız veya sorularınız varsa, bizimle iletişime geçmekten çekinmeyin. Yardım etmekten memnuniyet duyarız. Bize şu adresten yazın [**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/tr/nasil-yapilir/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.
