> 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/video.md).

# 동영상

텍스트, 이미지, 프레임, 또는 참조로 비디오를 생성하고, 립싱크와 포커스 모드로 다듬으세요.

Morphic의 비디오 제작은 이미 가지고 있는 무엇에서든 시작합니다. 문장, 단일 프레임, 키프레임 세트 등 무엇이든 가능합니다. 이 페이지에서는 각 진입점과 이후 클립을 다듬는 도구를 다룹니다.

* [텍스트를 비디오로](/docs/kr/video/text-to-video.md): 작성된 설명에서 시작
* [이미지를 비디오로](/docs/kr/video/image-to-video.md): 정지 이미지를 애니메이션으로 만들기
* [프레임을 비디오로](/docs/kr/video/frames-to-video.md): 직접 제어하는 키프레임 사이를 보간
* [레퍼런스를 비디오로](/docs/kr/video/frames-to-video-1.md): 새로운 클립에 같은 분위기나 대상을 이어서 적용
* [립싱크](/docs/kr/video/lip-sync.md): 입 모양 움직임을 음성 트랙에 맞추기
* [비디오 집중 모드](/docs/kr/video/video-focus-mode.md): 하나의 클립에만 집중해서 작업

***

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