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

# Perpanjang video

Berikut panduan langkah demi langkah tentang cara memperpanjang video menggunakan ‘Ekstrak bingkai terakhir ke Canvas’ di Morphic:

1. Unggah atau buat video yang ingin Anda perpanjang di Canvas

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

2. Klik kanan pada video dan pilih ‘Ekstrak bingkai terakhir ke Canvas’

<figure><img src="/files/0528aa0fb850c52a3993e32e0e57f5dbd972dab2" alt=""><figcaption></figcaption></figure>

3. Gunakan bingkai yang baru diekstrak sebagai bingkai awal, lalu jalankan [Image to Video](/docs/id/video/image-to-video.md) untuk menghasilkan klip lanjutan yang memperpanjang video

<div><figure><img src="/files/39e697232d635235ec013a2763790affc5098f6c" alt=""><figcaption><p>Bingkai yang diekstrak di kanan</p></figcaption></figure> <figure><img src="/files/274c2d849579fe571e00f05b8f413b6ca4b016d8" alt=""><figcaption><p>Image to Video</p></figcaption></figure></div>

4. Ulangi langkah 2 dan 3 sesuai kebutuhan untuk menghasilkan klip tambahan yang dapat digabungkan
5. Setelah Anda memiliki semua klip, buka Compose untuk menggabungkannya

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

6. Seret dan lepas semua klip yang dihasilkan dari bagian Assets ke timeline

<figure><img src="/files/5f110ce84049e67fa96b8b83f06f4fc6af5eac73" alt=""><figcaption></figcaption></figure>

7. Ekspor video gabungan akhir menggunakan tombol Export di kanan atas (hingga resolusi 4K)

<figure><img src="/files/1582af18934385ce65e3bc0479621951a2094e93" alt=""><figcaption></figcaption></figure>

Itulah cara Anda menggunakan ‘Ekstrak bingkai terakhir ke Canvas’ di Morphic untuk membuat shot lanjutan dengan konsistensi visual secara mudah.

***

Jika Anda mengalami kendala atau memiliki pertanyaan, jangan ragu untuk menghubungi kami. Kami dengan senang hati akan membantu. Tulis kepada kami di [**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/id/panduan-cara/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.
