Generate a short AI film with consistent characters and voices across many shots.
Preview an entire film cheaply as an animatic before generating expensive video clips.
Let Claude Code drive the whole filmmaking pipeline from script to assembled video.
Reuse the worked example project as a template for a new film idea.
| dawndrain/movie-gen | adityasharmadotai-hash/docs-reader-rag-agent | alekseiul/hermes-researcher-agent | |
|---|---|---|---|
| Stars | 29 | 29 | 29 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | vibe coder | vibe coder | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires paid Higgsfield and ElevenLabs accounts with credits, Gemini API key is optional for quality checks.
movie-gen is a working pipeline for making short AI generated films, roughly five to twelve minutes long with dozens of shots, while keeping the same characters and voices consistent across the whole film. It stitches together several AI services: Seedance for video, Nano Banana Pro for images, Sonilo for music, all accessed through a tool called Higgsfield, plus ElevenLabs for character voices, Gemini for automatically checking audio and image quality, and the video tool ffmpeg to assemble everything into a finished file. The process moves through clear stages. First you generate character portraits to keep faces consistent, then a starting image for each scene using those portraits as a reference, then cast and record voices for the script. Before spending money on full video generation, the whole film is put together cheaply as an animatic, meaning still images paired with the recorded voice lines, so you can catch story and pacing problems early. Only after that do the expensive video clips get generated, followed by adding music and sound, assembling everything with ffmpeg, and reviewing a rough cut to decide what still needs fixing. About ten films have already been made this way, including an eleven minute comedy called The Long Game, which is included in the repository as a full worked example with its scripts and iteration history. The project is explicitly designed to be driven by Claude Code rather than run by hand. A person mainly needs accounts with Higgsfield and ElevenLabs, then Claude Code reads the included playbook document, asks what kind of movie is wanted, installs tools, and drives most of the pipeline, leaving the human to review previews and give notes.
A pipeline that uses several AI services and Claude Code to generate short films with consistent characters, voices, and scenes.
Mainly Python. The stack also includes Python, ffmpeg, Higgsfield.
No license information was found in the README.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.