> 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/jp/dong-hua.md).

# 動画

- [テキストから動画](https://morphic.com/docs/jp/dong-hua/text-to-video.md): Morphic のテキストから動画では、プロンプトだけを使ってゼロから新しい動画を作成できます。
- [画像から動画](https://morphic.com/docs/jp/dong-hua/image-to-video.md): Morphic の画像から動画機能では、プロンプトを使って 1 枚の画像を短い AI 生成動画に変換できます。
- [フレームから動画](https://morphic.com/docs/jp/dong-hua/frames-to-video.md): Morphic のフレームから動画では、AI を使って 2〜5 枚のフレームをシームレスな動画に補間できます。キーフレームを追加し、動きを説明するだけで、滑らかな動画トランジションを生成できます。
- [参照から動画](https://morphic.com/docs/jp/dong-hua/frames-to-video-1.md)
- [リップシンク](https://morphic.com/docs/jp/dong-hua/lip-sync.md): Morphic のリップシンクでは、AI を使ってキャラクターの口の動きを任意の音声トラックに合わせられます。動画と音声ファイルを組み合わせて、数クリックでリップシンク動画を生成できます。
- [動画フォーカスモード](https://morphic.com/docs/jp/dong-hua/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/jp/dong-hua.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.
