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

# Videoyu uzatma

İşte Morphic’te ‘Son kareyi Canvas’a çıkar’ özelliğini kullanarak videoları nasıl uzatacağınıza dair adım adım bir rehber:

1. Canvas’ta uzatmak istediğiniz videoyu yükleyin veya oluşturun

<figure><img src="/files/9039a8294e7aae32a1853813b727b83fb72ca7dd" alt=""><figcaption></figcaption></figure>

2. Videoya sağ tıklayın ve ‘Son kareyi Canvas’a çıkar’ seçeneğini seçin

<figure><img src="/files/92ec95ab879fdb63840f9d2a3e8c34bc001c1200" alt=""><figcaption></figcaption></figure>

3. Yeni çıkarılan kareyi başlangıç karesi olarak kullanın, ardından çalıştırın [Görüntüden Videoya](/docs/tr/video/image-to-video.md) videoyu uzatan bir devam klibi oluşturmak için

<div><figure><img src="/files/fa7a42417dc830e84e1b196d09e5e531affda80d" alt=""><figcaption><p>Sağdaki çıkarılmış kare</p></figcaption></figure> <figure><img src="/files/9f1907169d86b78876483935ca0d6243a04942d4" alt=""><figcaption><p>Görüntüden Videoya</p></figcaption></figure></div>

4. Ek klipler oluşturup bunları birleştirmek için gerektiğinde 2 ve 3. adımları tekrarlayın
5. Tüm kliplere sahip olduğunuzda, bunları birleştirmek için Compose’a gidin

<figure><img src="/files/93dd82c4d29c936b87e7fcb2733915e6088b7b99" alt=""><figcaption></figcaption></figure>

6. Assets bölümündeki oluşturulan tüm klipleri zaman çizelgesine sürükleyip bırakın

<figure><img src="/files/56e6cfa19c020e3a2cd1ea2302ed72132ec6f05e" alt=""><figcaption></figcaption></figure>

7. Sağ üstteki Export düğmesini kullanarak son birleştirilmiş videoyu dışa aktarın (4K çözünürlüğe kadar)

<figure><img src="/files/3926de8bd2cb498173606c19b8090429432081f3" alt=""><figcaption></figcaption></figure>

Morphic’te ‘Son kareyi Canvas’a çıkar’ özelliğini kullanarak görsel tutarlılıkla kolayca uzatılmış çekimler oluşturmanın yolu budur.

***

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/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.
