Skip to main content

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

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

FormatRatioUse Case
Landscape16:9YouTube, presentations
Portrait9:16TikTok, Reels, Shorts
Square1:1Instagram, LinkedIn

Templates

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