# 비디오 확장

다음은 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/e6b0e42d5a52562642736b7e2f623826a31b4ebe" 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의 '마지막 프레임을 캔버스로 추출' 기능을 사용하면 시각적 일관성을 유지하면서 손쉽게 확장된 샷을 만들 수 있습니다.

***


---

# Agent Instructions: 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.
