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

# Estender vídeo

Aqui está um guia passo a passo sobre como estender vídeos usando “Extrair o último frame para o Canvas” no Morphic:

1. Envie ou gere no Canvas o vídeo que você quer estender

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

2. Clique com o botão direito no vídeo e escolha “Extrair o último frame para o Canvas”

<figure><img src="/files/64d156883f8d819352e2f8700ee083ce8bf12075" alt=""><figcaption></figcaption></figure>

3. Use o frame recém-extraído como frame inicial e, em seguida, execute [Imagem para Vídeo](/docs/br/video/image-to-video.md) para gerar um clipe de continuação que estende o vídeo

<div><figure><img src="/files/85ac57d82ad5fff057989cad170ee89cb29777ab" alt=""><figcaption><p>Frame extraído à direita</p></figcaption></figure> <figure><img src="/files/36bdaeba4ddea446d18827e51d0cbfc2b0f2a7bd" alt=""><figcaption><p>Imagem para Vídeo</p></figcaption></figure></div>

4. Repita as etapas 2 e 3 conforme necessário para gerar clipes adicionais que possam ser unidos
5. Depois de ter todos os clipes, vá para Compose para uni-los

<figure><img src="/files/170184500b3a75a9e63ceea10bfa0d079f087eb9" alt=""><figcaption></figcaption></figure>

6. Arraste e solte todos os clipes gerados da seção Assets para a linha do tempo

<figure><img src="/files/0e162f03afe7fd4c03f8b50141681c9fd1f6d626" alt=""><figcaption></figcaption></figure>

7. Exporte o vídeo final unido usando o botão Export no canto superior direito (até resolução 4K)

<figure><img src="/files/9eef798f5e4ecf79b7a3e9495215869264a9d213" alt=""><figcaption></figcaption></figure>

É assim que você usa o “Extrair o último frame para o Canvas” no Morphic para criar facilmente planos estendidos com consistência visual.

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**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/br/como-fazer/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.
