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

# Vidéo

- [Texte vers vidéo](https://morphic.com/docs/fr/video/text-to-video.md): Le texte vers vidéo sur Morphic vous permet de créer une nouvelle vidéo de zéro en utilisant uniquement une invite.
- [Image vers vidéo](https://morphic.com/docs/fr/video/image-to-video.md): Image vers vidéo sur Morphic vous permet de transformer une seule image en une courte vidéo générée par l’IA à l’aide d’une invite.
- [Images clés vers vidéo](https://morphic.com/docs/fr/video/frames-to-video.md): Images clés vers vidéo sur Morphic vous permet d’interpoler 2 à 5 images clés en une vidéo fluide grâce à l’IA. Ajoutez simplement vos images clés, décrivez le mouvement et générez des transitions vidéo harmonieuses.
- [Référence vers vidéo](https://morphic.com/docs/fr/video/frames-to-video-1.md)
- [Synchronisation labiale](https://morphic.com/docs/fr/video/lip-sync.md): La synchronisation labiale sur Morphic vous permet d’aligner les mouvements de la bouche d’un personnage sur n’importe quelle piste audio à l’aide de l’IA. Associez une vidéo à un fichier audio et générez des vidéos de synchronisation labiale en quelques clics.
- [Mode focus vidéo](https://morphic.com/docs/fr/video/video-focus-mode.md): Le mode focus vidéo sur Morphic vous permet d’effectuer des modifications basées sur des invites sur n’importe quelle vidéo à l’aide de l’IA. Décrivez le changement souhaité, et Morphic l’applique de manière cohérente à toutes les images.


---

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