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

# Extender video

Aquí tienes una guía paso a paso sobre cómo extender videos usando «Extraer el último fotograma a Canvas» en Morphic:

1. Sube o genera el video que quieres extender en Canvas

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

2. Haz clic derecho sobre el video y elige «Extraer el último fotograma a Canvas»

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

3. Usa el fotograma recién extraído como fotograma inicial y luego ejecuta [Imagen a video](/docs/es/video/image-to-video.md) para generar un clip de seguimiento que extienda el video

<div><figure><img src="/files/4a6d3000671e7f3cd293129debb3f4f2df591a64" alt=""><figcaption><p>Fotograma extraído a la derecha</p></figcaption></figure> <figure><img src="/files/4057c6a2b3f87af61cded1061ddf445b787fd634" alt=""><figcaption><p>Imagen a video</p></figcaption></figure></div>

4. Repite los pasos 2 y 3 según sea necesario para generar clips adicionales que se puedan unir
5. Una vez que tengas todos los clips, ve a Compose para unirlos

<figure><img src="/files/02469d2ee66fff8c598fb0c576a08288e36e2c80" alt=""><figcaption></figcaption></figure>

6. Arrastra y suelta todos los clips generados desde la sección Assets a la línea de tiempo

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

7. Exporta el video final unido usando el botón Export en la esquina superior derecha (hasta resolución 4K)

<figure><img src="/files/042ff95e4b4d551764ec9b8b5a21b8a5e5fbfa5f" alt=""><figcaption></figcaption></figure>

Así es como usas «Extraer el último fotograma a Canvas» en Morphic para crear fácilmente tomas extendidas con consistencia visual.

***

Si tienes algún problema o alguna pregunta, no dudes en ponerte en contacto. Estaremos encantados de ayudarte. Escríbenos a [**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/es/guias-practicas/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.
