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

# 비디오 확장

Morphic에서 ‘Extract last frame to Canvas’를 사용해 비디오를 확장하는 방법에 대한 단계별 가이드는 다음과 같습니다:

1. Canvas에 확장하려는 비디오를 업로드하거나 생성합니다

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

2. 비디오를 마우스 오른쪽 버튼으로 클릭하고 ‘Extract last frame to Canvas’를 선택합니다

<figure><img src="/files/0299c28e870cf329fcf00bbdbb7d2694bb2ad9a8" alt=""><figcaption></figcaption></figure>

3. 새로 추출한 프레임을 시작 프레임으로 사용한 다음 실행합니다 [Image to Video](/docs/kr/video/image-to-video.md) 비디오를 확장하는 후속 클립을 생성합니다

<div><figure><img src="/files/cb48b93e0121ce9b33c53449ca5d7360e3e620e7" alt=""><figcaption><p>오른쪽의 추출된 프레임</p></figcaption></figure> <figure><img src="/files/52db47ac959e2c206f69db236d6b2085def541bb" alt=""><figcaption><p>Image to Video</p></figcaption></figure></div>

4. 필요에 따라 2단계와 3단계를 반복하여 함께 이어 붙일 추가 클립을 생성합니다
5. 모든 클립을 준비했다면, Compose로 이동해 서로 이어 붙입니다

<figure><img src="/files/4c28df9770ed2a7f655fa8be06df23d1bfb45c21" alt=""><figcaption></figcaption></figure>

6. Assets 섹션에서 생성된 모든 클립을 타임라인으로 드래그 앤 드롭합니다

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

7. 오른쪽 상단의 Export 버튼을 사용해 최종으로 이어 붙인 비디오를 내보냅니다(최대 4K 해상도)

<figure><img src="/files/4a477742f5e1904572e798c2e02fe4f42ba9f6f9" alt=""><figcaption></figcaption></figure>

이렇게 하면 Morphic에서 ‘Extract last frame to Canvas’를 사용해 시각적 일관성을 쉽게 유지한 확장 샷을 만들 수 있습니다.

***


---

# 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:

```
GET https://morphic.com/docs/kr/how-tos/extend-video.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
