Anil-matcha/Open-AI-Micro-Drama-Generator
AI short drama & micro-drama video generator — turns any idea into a complete short-form drama using multi-agent AI pipeline (screenwriter → storyboard → frames → video). Seedance 2 VIP, Kling 3.0 Pro, Veo 3.1, Sora 2.
What it solves
MicroDrama AI addresses the fragmented nature of AI video production. Traditionally, creating a short film requires jumping between separate tools for scriptwriting, image generation, and video creation, often resulting in a lack of narrative structure and inconsistent character appearances across different shots.
How it works
The project uses an agentic pipeline powered by MuAPI to automate the entire production process. It operates in two modes: "Idea to Video" (full pipeline) and "Script to Video" (skips the writing phase).
- Narrative Planning: A Screenwriter agent develops the story and writes scene scripts, while a Character Extractor agent defines visual features for characters.
- Visual Design: A Storyboard Artist agent designs shot-by-shot descriptions. The system then generates reference portraits for characters to ensure visual consistency.
- Production: The pipeline generates the first frame for each shot using image-to-image (I2I) techniques and then converts those frames into 5-second video clips using image-to-video (I2V) models.
- Assembly: All generated clips are concatenated into a final
.mp4file usingmoviepy.
Who it’s for
It is designed for content creators and filmmakers who want to rapidly prototype cinematic micro-dramas or create short-form video content without manually managing multiple AI tools.
Highlights
- End-to-End Automation: Handles everything from a raw idea to a final rendered video.
- Character Consistency: Uses reference portraits and specific extraction agents to keep characters looking the same across scenes.
- Agentic Workflow: Orchestrates specialized agents (Screenwriter, Storyboard Artist, Character Extractor) to handle different creative roles.
- Real-time Monitoring: Features a Next.js frontend with SSE streaming to show the live progress of the 7-stage pipeline.
Related
- Project
- Project
- Project
- Project
- Project