> 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에서 ‘마지막 프레임을 Canvas로 추출’ 기능을 사용해 비디오를 확장하는 방법을 단계별로 안내합니다:

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

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

2. 비디오를 마우스 오른쪽 버튼으로 클릭하고 ‘마지막 프레임을 Canvas로 추출’을 선택하세요

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

### 마지막 프레임뿐 아니라 원하는 모든 프레임을 추출하세요

‘마지막 프레임을 Canvas로 추출’은 항상 마지막 프레임을 가져옵니다. 대신 특정 순간을 가져오려면 ‘프레임을 Canvas로 추출’을 사용하세요.

Morphic에서 비디오의 현재 프레임을 추출하는 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/Icx4z3FcJQ4>" %}

1. Canvas에서 비디오를 클릭해 선택하세요
2. 화면 하단의 재생 헤드를 원하는 프레임으로 스크럽하세요
3. 비디오를 마우스 오른쪽 버튼으로 클릭하고 ‘프레임을 Canvas로 추출’을 선택하세요

프레임은 Canvas에 별도의 이미지로 놓이며, 편집하거나 참조로 사용하거나 다른 생성에 활용할 준비가 됩니다.

이렇게 하면 Morphic에서 ‘마지막 프레임을 Canvas로 추출’ 기능을 사용해 시각적 일관성을 유지하면서 쉽게 확장 샷을 만들 수 있습니다.

***

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