> 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의 프레임-투-비디오 기능은 2~5개의 프레임을 AI로 자연스럽게 보간해 끊김 없는 비디오로 만들어 줍니다. 키프레임을 추가하고 움직임을 설명하기만 하면 부드러운 영상 전환을 생성할 수 있습니다.
- [립싱크](https://morphic.com/docs/kr/video/lip-sync.md): Morphic의 립싱크를 사용하면 AI로 캐릭터의 입 움직임을 어떤 오디오 트랙에도 맞출 수 있습니다. 비디오와 오디오 파일을 짝지어 몇 번의 클릭만으로 립싱크 비디오를 생성하세요.
- [카메라 모션](https://morphic.com/docs/kr/video/camera-motion.md): Morphic의 카메라 모션 기능을 사용하면 정적인 이미지에 역동적인 카메라 움직임을 적용해 눈길을 끄는 AI 영상 클립으로 변환할 수 있습니다.
- [3D 모션](https://morphic.com/docs/kr/video/3d-motion.md): Morphic의 3D 모션 기능을 사용하면 역동적이고 깊이감 있는 샷을 만들어 정적인 이미지를 매력적인 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.
