> ## Documentation Index
> Fetch the complete documentation index at: https://docs.miteos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Generator

> AI-powered text-to-video with storyboards, HTML rendering, and multi-format export.

# Video Generator

Generate professional videos from text prompts. Storyboards to MP4 with transitions, narration, and thumbnails.

## Workflow

1. **Prompt** — Describe the video you want
2. **Storyboard** — AI generates scene breakdown with narration
3. **Review** — Edit scenes, adjust timing, change transitions
4. **Render** — HTML scenes rendered to MP4 via headless browser + FFmpeg
5. **Export** — Download MP4 + thumbnail

## API

```bash theme={null}
POST /video/storyboard
{"prompt": "30-second product explainer", "num_scenes": 5, "format": "16:9"}

POST /video/projects
{"title": "Launch Video", "scenes": [...], "format": "16:9", "fps": 30}

POST /video/render
{"project_id": "proj-abc123"}

GET /video/templates
```

## Formats

| Format    | Ratio | Use Case               |
| --------- | ----- | ---------------------- |
| Landscape | 16:9  | YouTube, presentations |
| Portrait  | 9:16  | TikTok, Reels, Shorts  |
| Square    | 1:1   | Instagram, LinkedIn    |

## Templates

* **Product Explainer** — 5 scenes, 25s
* **Social Short** — 3 scenes, 15s (9:16)
* **Testimonial** — 4 scenes, 20s
* **Product Launch** — 6 scenes, 30s
