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

# 비디오

- [텍스트에서 비디오로](https://morphic.com/docs/kr/video/text-to-video.md): Morphic의 텍스트에서 비디오로 기능을 사용하면 프롬프트만으로 새 비디오를 처음부터 만들 수 있습니다.
- [이미지에서 비디오로](https://morphic.com/docs/kr/video/image-to-video.md): Morphic의 이미지에서 비디오로 기능을 사용하면 프롬프트로 단일 이미지를 짧은 AI 생성 비디오로 바꿀 수 있습니다.
- [프레임에서 비디오로](https://morphic.com/docs/kr/video/frames-to-video.md): Morphic의 프레임에서 비디오로 기능을 사용하면 AI로 2–5개의 프레임을 자연스럽게 이어지는 비디오로 보간할 수 있습니다. 키프레임을 추가하고, 움직임을 설명한 뒤, 부드러운 비디오 전환을 생성하세요.
- [참조에서 비디오로](https://morphic.com/docs/kr/video/frames-to-video-1.md)
- [립싱크](https://morphic.com/docs/kr/video/lip-sync.md): Morphic의 립싱크를 사용하면 AI로 캐릭터의 입 움직임을 어떤 오디오 트랙과도 맞출 수 있습니다. 비디오와 오디오 파일을 짝지어 몇 번의 클릭만으로 립싱크 비디오를 생성하세요.
- [비디오 포커스 모드](https://morphic.com/docs/kr/video/video-focus-mode.md): Morphic의 비디오 포커스 모드를 사용하면 AI로 어떤 비디오든 프롬프트 기반 편집을 할 수 있습니다. 원하는 변경 사항을 설명하면 Morphic이 모든 프레임에 일관되게 적용합니다.


---

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