> 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/lip-sync.md): Morphicのリップシンクでは、AIを使ってキャラクターの口の動きを任意の音声トラックに合わせられます。動画と音声ファイルを組み合わせ、数回のクリックでリップシンク動画を生成できます。
- [カメラモーション](https://morphic.com/docs/jp/dong-hua/camera-motion.md): Morphicのカメラモーション機能では、静止画に動的なカメラ移動を適用して、目を引くAI動画クリップに変換できます。
- [3Dモーション](https://morphic.com/docs/jp/dong-hua/3d-motion.md): Morphicの3Dモーション機能では、奥行きのある動的なショットを作成でき、静止画を魅力的な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.
