> 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에서 ‘마지막 프레임을 캔버스로 추출’ 기능을 사용해 영상을 확장하는 방법에 대한 단계별 가이드입니다:

1. 캔버스에서 확장하려는 영상을 업로드하거나 생성합니다

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

2. 영상에서 마우스 오른쪽 버튼을 클릭하고 ‘마지막 프레임을 캔버스로 추출’을 선택합니다

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

3. 새로 추출한 프레임을 시작 프레임으로 사용한 다음, 실행합니다 [이미지를 비디오로](/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>이미지를 비디오로</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의 ‘마지막 프레임을 캔버스로 추출’ 기능을 사용해 시각적 일관성을 유지한 확장 샷을 쉽게 만들 수 있습니다.

***

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**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/kr/how-tos/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.
