calesthio
OpenMontage
Python

World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio.

Last updated Jul 9, 2026
36.1k
Stars
4.2k
Forks
143
Issues
+2.6k
Stars/day
Attention Score
98
Language breakdown
Python 64.4%
HTML 22.6%
JavaScript 6.1%
TypeScript 5.6%
Shell 0.6%
CSS 0.6%
โ–ธ Files click to expand
README

OpenMontage

OpenMontage

The first open-source, agentic video production system.

Paste A Video  ยท  Quick Start  ยท  Try These Prompts  ยท  Pipelines  ยท  How It Works  ยท  Providers  ยท  Review Guide  ยท  Agent Guide

License

๐Ÿ† #1 Repository of the Day on GitHub Trending

Follow The Build

YouTube X GitHub Discussions


Turn your AI coding assistant into a full video production studio. Describe what you want in plain language โ€” your agent handles research, scripting, asset generation, editing, and final composition.

Important distinction: OpenMontage can make image-based videos, but it can also make a real video video for free/open-source workflows: the agent builds a corpus from free stock footage and open archives, retrieves actual motion clips, edits them into a timeline, and renders a finished piece. That is not the usual "animate a handful of stills and call it video" trick.

"SIGNAL FROM TOMORROW" โ€” a cinematic sci-fi trailer fully produced through OpenMontage: concept, script, scene plan, Veo-generated motion clips, soundtrack, and Remotion composition.

"THE LAST BANANA" โ€” a 60-second Pixar-style animated short about a lonely banana who finds friendship with a kiwi. 6 Kling v3-generated motion clips (via fal.ai), Google Chirp3-HD narration, royalty-free piano music, TikTok-style word-level captions, and Remotion composition. Total cost: $1.33.

"The Library at Alexandria" โ€” a 70-second history elegy on what humanity lost in a single night. Five hand-authored scenes โ€” an illuminated manuscript page, cascading scroll-tags, a Burning Counter ticking 700,000 โ†’ 0 inside a candle's flame, a charred vellum fragment with surviving Greek, and an empty void โ€” set to OpenAI 'ash' narration and a free Pixabay strings score. Total cost: $0.02. Built through OpenMontage's atelier (bespoke) composition mode โ€” every scene crafted from scratch, no shared components.

"VOID โ€” Neural Interface" โ€” a product ad produced with just one API key (OpenAI). 4 AI-generated images (gpt-image-1), TTS narration, auto-sourced royalty-free music, word-level subtitles via WhisperX, and Remotion data visualizations. Total cost: $0.69. Zero manual asset work.

"Afternoon in Candyland" โ€” a Ghibli-style anime animation. A little girl's whimsical afternoon adventure through candy gates, gumdrop rivers, and lollipop gardens. 12 FLUX-generated images with multi-image crossfade, cinematic camera motion (zoom, pan, Ken Burns), sparkle/petal/firefly particle overlays, and ambient music with auto-detected energy offset. Total cost: $0.15. No video generation, no manual editing.

"Mori no Seishin" โ€” a Ghibli-style anime animation of a forest spirit's journey through ancient woods. 12 FLUX-generated images with parallax crossfade, drift and pan camera motion, firefly and petal particles, cinematic vignette lighting, and ambient forest soundtrack. Total cost: $0.15. Still images brought to life through Remotion's animation engine.

Subscribe to @OpenMontage on YouTube to see new videos as they ship โ€” every video includes the full prompt, pipeline, tools used, and cost so you can reproduce it yourself.


Start From A Video You Already Love

Starting from a reference video is often faster than starting from a blank prompt.

OpenMontage can start from a YouTube video, Short, Reel, TikTok, or local clip and turn it into a grounded production plan:

  • Paste a reference video
  • The agent analyzes transcript, pacing, scenes, keyframes, and style
  • You get 2-3 differentiated concepts, an honest tool path, cost estimates, and a sample before full production
"Here's a YouTube Short I love. Make me something like this, but about quantum computing."

What you get back is not "best guess prompt spaghetti." You get:

  • What it keeps from the reference: pacing, hook style, structure, tone
  • What it changes: topic, visual treatment, angle, narration approach
  • What it will cost at your target duration, before asset generation starts
  • What it will actually look like with your currently available tools
Works with Claude Code, Cursor, Copilot, Windsurf, Codex โ€” any AI coding assistant that can read files and run code.

Watch It Happen โ€” The Backlot Living Storyboard

Chat tells you what the agent said. Backlot shows you what the production is actually doing โ€” a local board that fills itself in as the pipeline runs. Stages light up, the script lands as a screenplay page, scene cards shimmer while assets generate, and every provider decision and dollar spent is on the wall.

When a production starts, the agent opens it for you automatically. No setup, no reporting โ€” the board derives everything from the project files the pipeline already writes.

Backlot live board โ€” assets generating

The storyboard is now a real approval gate. Asset generation pauses on a scene-by-scene contact sheet โ€” takes, prompts, per-asset cost, quality scores โ€” so you approve the visuals before the render, not after it's too late:

Backlot storyboard โ€” filmstrip with takes and renders

Creative gates hold until you answer. The board shows what's waiting and why; you reply in chat:

Backlot script gate โ€” awaiting approval

Every production on your machine, live-first, in the library:

Backlot library

python -m backlot open                  # the library โ€” every project on disk
python -m backlot open <project-id>     # one production's live board
python scripts/backlotsimulaterun.py  # no production yet? watch a simulated one live

And when a run is done, hit โ–ถ REPLAY RUN โ€” the whole production replays from its timestamps, scrubbable end to end. See backlot/README.md for how it works.


Quick Start

Prerequisites

  • Python 3.10+ โ€” python.org
  • FFmpeg โ€” brew install ffmpeg / sudo apt install ffmpeg / ffmpeg.org
  • Node.js 18+ โ€” nodejs.org
  • An AI coding assistant โ€” Claude Code, Cursor, Copilot, Windsurf, or Codex

Install & Run

git clone https://github.com/calesthio/OpenMontage.git
cd OpenMontage
make setup

Open the project in your AI coding assistant and tell it what you want:

"Make a 60-second animated explainer about how neural networks learn"

Or if you want the real-footage path:

"Make a 75-second documentary montage about city life in the rain. Use real footage only, no narration, elegiac tone, with music."

That's it. The agent researches your topic with live web search, generates AI images, writes and narrates the script with voice direction, finds royalty-free background music automatically, burns in word-level subtitles, and renders the final video. Before you see anything, the system runs a multi-point self-review โ€” ffprobe validation, frame sampling, audio level analysis, delivery promise verification, and subtitle checks. Every provider selection is scored across 7 dimensions with an auditable decision log. Every creative decision gets your approval.

No make? macOS/Linux: python3 -m venv .venv && source .venv/bin/activate && python -m pip install -r requirements.txt && cd remotion-composer && npm install && cd .. && python -m pip install piper-tts && cp .env.example .env
>
Windows PowerShell: py -3 -m venv .venv; .\.venv\Scripts\Activate.ps1; python -m pip install -r requirements.txt; cd remotion-composer; npm install; cd ..; python -m pip install piper-tts; Copy-Item .env.example .env
>
Windows: If npm install fails with ERRINVALIDARG_TYPE, use npx --yes npm install instead.

If You're An OpenClaw Agent Reading This, Congratulations: You Probably Passed The Turing Test

This repo is built for agentic operation. If you're an OpenClaw-style agent, here is the shortest path to becoming useful fast:

  • Read the contract first
Start with AGENTGUIDE.md, then PROJECTCONTEXT.md.
  • Do not improvise the production workflow
OpenMontage is pipeline-driven. Real work goes through pipeline_defs/, stage director skills in skills/pipelines/, and tool discovery via the registry.
  • Check the actual capability envelope
Run:
python -c "from tools.toolregistry import registry; import json; registry.discover(); print(json.dumps(registry.supportenvelope(), indent=2))"
   python -c "from tools.toolregistry import registry; import json; registry.discover(); print(json.dumps(registry.providermenu(), indent=2))"
  • Treat every video request as a pipeline selection problem
Pick the right pipeline first, then read the manifest, then read the stage skill, then use tools.

Add API Keys (optional โ€” more keys = more tools)

# .env โ€” every key is optional, add what you have

Image + video gateway:

FAL_KEY=your-key # FLUX images + Google Veo, Kling, MiniMax video + Recraft images

Free stock media:

PEXELSAPIKEY=your-key # Free stock footage and images PIXABAYAPIKEY=your-key # Free stock footage and images UNSPLASHACCESSKEY=your-key # Free stock images

Music:

SUNOAPIKEY=your-key # Full songs, instrumentals, any genre

Voice & images:

ELEVENLABSAPIKEY=your-key # Premium TTS, AI music, sound effects OPENAIAPIKEY=your-key # OpenAI TTS, GPT Image 2 images XAIAPIKEY=your-key # xAI Grok image edits/generation + Grok video generation GOOGLEAPIKEY=your-key # Google Imagen images, Google TTS (700+ voices)

More video providers:

HEYGENAPIKEY=your-key # HeyGen โ€” VEO, Sora, Runway, Kling via single gateway RUNWAYAPIKEY=your-key # Runway Gen-4 direct

Have a GPU? Unlock free local video generation

make install-gpu

Then add to .env:

VIDEOGENLOCAL_ENABLED=true VIDEOGENLOCAL_MODEL=wan2.1-1.3b # or wan2.1-14b, hunyuan-1.5, ltx2-local, cogvideo-5b


What You Get With Zero API Keys

You don't need paid API keys to make real videos. Out of the box, make setup gives you:

| Capability | Free Tool | What It Does | |-----------|-----------|-------------| | Narration | Piper TTS | Free offline text-to-speech โ€” real human-sounding narration | | Open footage | Archive.org + NASA + Wikimedia Commons | Free/open archival footage, educational media, and documentary texture | | Extra stock | Pexels + Unsplash + Pixabay | Free stock footage/images (developer keys are free to get) | | Composition (React) | Remotion | React-based rendering โ€” spring-animated image scenes, text cards, stat cards, charts, TikTok-style word-level captions, TalkingHead | | Composition (HTML/GSAP) | HyperFrames | HTML/CSS/GSAP rendering โ€” kinetic typography, product promos, launch reels, registry blocks, website-to-video, rigged SVG character animation | | Post-production | FFmpeg | Encoding, subtitle burn-in, audio mixing, color grading | | Subtitles | Built-in | Auto-generated captions with word-level timing |

OpenMontage picks between Remotion and HyperFrames at proposal time (locked as render_runtime). Remotion is the default for data-driven explainers and anything using the existing React scene stack; HyperFrames is the default for motion-graphics-heavy briefs that express naturally as HTML + GSAP, including the character-animation pipeline's SVG/GSAP rig output. See skills/core/hyperframes.md for the full decision matrix.

Two free-ish paths:

  • Image-based video: Piper narrates your script, images provide the visuals, and Remotion animates them into a polished edit.
  • Local character animation: SVG rigs, pose libraries, GSAP timelines, and HyperFrames render cartoon character acting to projects/<project-name>/renders/final.mp4.
  • Real-footage video: the documentary montage pipeline builds a CLIP-searchable corpus from Archive.org, NASA, Wikimedia Commons, and optional free-key sources like Pexels and Unsplash, then cuts together actual motion footage into a finished video.
If you want the second one, prompt for a documentary montage, tone poem, or stock-footage collage, and explicitly say use real footage only.

Try These Prompts

Copy any of these into your AI coding assistant after setup. Each one runs a full production pipeline.

Start from a reference video

"Here's a YouTube short I love. Make me something like this, but about CRISPR for high school students."
"Analyze this Reel and give me 3 original variants I could make for my own product launch."
"I like the pacing and hook in this video. Keep that energy, but turn it into a 45-second explainer about black holes."

Zero keys needed

"Make a 45-second animated explainer about why the sky is blue"
"Create a 60-second video about the history of the internet, with narration and captions"
"Make a data-driven explainer about coffee consumption around the world"

Free real-footage documentary path

"Make a 90-second documentary montage about what a city feels like at 4am. Use real footage only, no narration, elegiac tone."
"Create a 60-second Adam-Curtis-style archival collage about 1950s consumer optimism. Prefer Archive.org and Wikimedia footage."
"Cut together a dreamlike montage about coming home in the rain using real stock footage only. Music yes, narration no."

With an image/video provider configured (~$0.15โ€“$1.50)

"Create a 30-second Ghibli-style animated video of a magical floating library in the clouds at golden hour"
"Make a 30-second anime-style animation of an underwater temple with bioluminescent coral and ancient ruins"
"Create an animated explainer about how CRISPR gene editing works, using AI-generated visuals"
"Make a product launch teaser for a fictional smart water bottle called AquaPulse"

Full setup (~$1โ€“$3)

"Create a cinematic 30-second trailer for a sci-fi concept: humanity receives a warning from 1000 years in the future"
"Make a 90-second animated explainer about quantum computing for middle school students, with a fun narrator voice and custom soundtrack"

Want more? See the full Prompt Gallery for tested prompts with expected costs and output examples, or run make demo to render zero-key demo videos instantly.


Pipelines

Each pipeline is a complete production workflow, from idea to finished video.

| Pipeline | What It Produces | Best For | |----------|-----------------|----------| | Animated Explainer | AI-generated explainer with research, narration, visuals, music | Educational content, tutorials, topic breakdowns | | Animation | Motion graphics, kinetic typography, animated sequences | Social media, product demos, abstract concepts | | Avatar Spokesperson | Avatar-driven presenter videos | Corporate comms, training, announcements | | Cinematic | Trailer, teaser, and mood-driven edits | Brand films, teasers, promotional content | | Clip Factory | Batch of ranked short-form clips from one long source | Repurposing long content for social media | | Documentary Montage | Thematic montage cut from a CLIP-indexed corpus of free stock footage and open archives (Pexels, Archive.org, NASA, Wikimedia, Unsplash) | Video essays, mood pieces, retrieval-first B-roll edits, real-footage videos without paid generation APIs | | Hybrid | Source footage + AI-generated support visuals | Enhancing existing footage with graphics | | Localization & Dub | Subtitle, dub, and translate existing video | Multi-language distribution | | Podcast Repurpose | Podcast highlights to video | Podcast marketing, audiogram videos | | Screen Demo | Polished software screen recordings and walkthroughs | Product demos, tutorials, documentation | | Talking Head | Footage-led speaker videos | Presentations, vlogs, interviews |

Every pipeline follows the same structured flow:

research -> proposal -> script -> scene_plan -> assets -> edit -> compose

Each stage has a dedicated director skill โ€” a markdown instruction file that teaches the agent exactly how to execute that stage. The agent reads the skill, uses the tools, self-reviews, checkpoints state, and asks for human approval at creative decision points.

Web research is a first-class stage. Before writing a single word of script, the agent searches YouTube, Reddit, Hacker News, news sites, and academic sources. It gathers data points, audience questions, trending angles, and visual references โ€” then cites everything in a structured research brief. Your videos are grounded in real, current information, not hallucinated facts.

Why OpenMontage?

Most AI video tools give you a single clip from a prompt. OpenMontage gives you an end-to-end production pipeline โ€” the same structured process a real production team follows, automated by your AI agent.

Most "free AI video" stacks quietly mean "animate still images." OpenMontage can do that too, but it can also build a finished video from real footage pulled from free/open sources, ranked semantically, edited intentionally, and rendered as a proper timeline.

Edit your own talking-head footage. Generate a fully animated explainer from scratch. Cut a 2-hour podcast into a dozen social clips. Translate and dub your content into 10 languages. Build a cinematic brand teaser from stock footage and AI-generated scenes. If a production team can make it, OpenMontage can orchestrate it.

  • 12 production pipelines โ€” explainers, talking heads, screen demos, cinematic trailers, animations, podcasts, localization, documentary montages, and more
  • 52 production tools โ€” spanning video generation, image creation, text-to-speech, music, audio mixing, subtitles, enhancement, and analysis
  • 400+ agent skills โ€” production skills, pipeline directors, creative techniques, quality checklists, and deep technology knowledge packs that teach the agent how to use every tool like an expert
  • Reference-driven creation โ€” paste a video you like and the agent turns it into a grounded, differentiated production plan instead of forcing you to invent the perfect prompt from scratch
  • Real-footage documentary creation without paid video models โ€” build actual edited videos from free/open motion footage and archival sources, not just Ken Burns over images
  • Live web research built in โ€” before writing a single word of script, the agent runs 15-25+ web searches across YouTube, Reddit, news sites, and academic sources to ground your video in real, current data
  • Both free/local AND cloud providers โ€” every capability supports open-source local alternatives alongside premium APIs. Use what you have.
  • No vendor lock-in โ€” swap providers freely. The scored selector ranks every provider across 7 dimensions (task fit, output quality, control, reliability, cost efficiency, latency, continuity) and picks the best match automatically.
  • Production-grade quality gates โ€” delivery promise enforcement blocks slideshow-looking renders, pre-compose validation catches broken plans before wasting GPU time, and mandatory post-render self-review (ffprobe + frame extraction + audio analysis) ensures the agent never presents garbage. Every provider choice, style decision, and fallback gets logged in an auditable decision trail.
  • Budget governance built in โ€” cost estimation before execution, spend caps, per-action approval thresholds. No surprise bills.

How It Works

OpenMontage uses an agent-first architecture. There is no code orchestrator. Your AI coding assistant IS the orchestrator.

You: "Make an explainer video about how black holes form"
 |
 v
Agent reads pipeline manifest (YAML) -- stages, tools, review criteria, success gates
 |
 v
Agent reads stage director skill (Markdown) -- HOW to execute each stage
 |
 v
Agent calls Python tools -- scored provider selection ranks every tool across 7 dimensions
 |
 v
Agent self-reviews using reviewer skill -- schema validation, playbook compliance, quality checks
 |
 v
Agent checkpoints state (JSON) -- resumable, with decision log and cost snapshot
 |
 v
Agent presents for your approval -- you stay in control at every creative decision
 |
 v
Pre-compose validation gate -- delivery promise, slideshow risk, renderer governance
 |
 v
Render (Remotion or FFmpeg) -- composition engine matched to visual grammar
 |
 v
Post-render self-review -- ffprobe, frame extraction, audio analysis, promise verification
 |
 v
Final video output -- only if self-review passes

Python provides tools and persistence. All creative decisions, orchestration logic, review criteria, and quality standards live in readable instruction files (YAML manifests + Markdown skills) that you can inspect and customize. Every decision is logged with alternatives considered, confidence scores, and the reasoning behind each choice.


Architecture

OpenMontage/
โ”œโ”€โ”€ tools/              # 48 Python tools (the agent's hands)
โ”‚   โ”œโ”€โ”€ video/          # 13 video gen tools + compose, stitch, trim
โ”‚   โ”œโ”€โ”€ audio/          # 4 TTS providers + Suno/ElevenLabs music, mixing, enhancement
โ”‚   โ”œโ”€โ”€ graphics/       # 9 image/graphics generation tools + diagrams, code snippets, math
โ”‚   โ”œโ”€โ”€ enhancement/    # Upscale, bg remove, face enhance, color grade
โ”‚   โ”œโ”€โ”€ analysis/       # Transcription, scene detect, frame sampling
โ”‚   โ”œโ”€โ”€ avatar/         # Talking head, lip sync
โ”‚   โ””โ”€โ”€ subtitle/       # SRT/VTT generation
โ”‚
โ”œโ”€โ”€ pipeline_defs/      # YAML pipeline manifests (the agent's playbook)
โ”œโ”€โ”€ skills/             # Markdown skill files (the agent's knowledge)
โ”‚   โ”œโ”€โ”€ pipelines/      # Per-pipeline stage director skills
โ”‚   โ”œโ”€โ”€ creative/       # Creative technique skills
โ”‚   โ”œโ”€โ”€ core/           # Core tool skills
โ”‚   โ””โ”€โ”€ meta/           # Reviewer, checkpoint protocol
โ”‚
โ”œโ”€โ”€ schemas/            # 15 JSON Schemas (contract validation)
โ”œโ”€โ”€ styles/             # Visual style playbooks (YAML)
โ”œโ”€โ”€ remotion-composer/  # React/Remotion video composition engine
โ”œโ”€โ”€ lib/                # Core infrastructure (config, checkpoints, pipeline loader)
โ””โ”€โ”€ tests/              # Contract tests, QA integration tests, eval harness

Three-Layer Knowledge Architecture

Layer 1: tools/ + pipeline_defs/     "What exists" โ€” executable capabilities + orchestration
Layer 2: skills/                     "How to use it" โ€” OpenMontage conventions and quality bars
Layer 3: .agents/skills/             "How it works" โ€” external technology knowledge packs

Each tool declares which Layer 3 skills it relies on. The agent reads Layer 1 to know what's available, Layer 2 to know how OpenMontage wants it used, and Layer 3 for deep technical knowledge when needed.


Supported Providers

Full setup guide with pricing and free tiers: docs/PROVIDERS.md

Video Generation โ€” 14 providers

| Provider | Type | Notes | |----------|------|-------| | Kling | Cloud API | High quality, fast | | Runway Gen-4 | Cloud API | Cinematic quality, Gen-3 Alpha Turbo / Gen-4 Turbo / Gen-4 Aleph | | Google Veo 3 | Cloud API | Long-form, cinematic. Via fal.ai or HeyGen. | | Grok Imagine Video | Cloud API | Strong reference-image video and xAI-native short-form generation | | Higgsfield | Cloud API | Multi-model orchestrator with Soul ID for character consistency | | MiniMax | Cloud API | Cost-effective | | HeyGen | Cloud API | Multi-model gateway | | WAN 2.1 | Local GPU | Free, 1.3B and 14B variants | | Hunyuan | Local GPU | Free, high quality | | CogVideo | Local GPU | Free, 2B and 5B variants | | LTX-Video | Local GPU / Modal | Free locally, or self-hosted cloud | | Pexels | Stock | Free stock footage | | Pixabay | Stock | Free stock footage | | Wikimedia Commons | Stock | Free/open stock footage and archival video |

Image Generation โ€” 10 tools/providers

| Provider | Type | Notes | |----------|------|-------| | FLUX | Cloud API | State-of-the-art quality | | Google Imagen | Cloud API | Imagen 4 โ€” high-quality, multiple aspect ratios | | Grok Imagine Image | Cloud API | Strong image edits, style transfer, and multi-image compositing | | GPT Image 2 | Cloud API | OpenAI's image model | | Recraft | Cloud API | Design-focused generation | | Local Diffusion | Local GPU | Stable Diffusion, free | | Pexels | Stock | Free stock images | | Pixabay | Stock | Free stock images | | Unsplash | Stock | Free stock images | | ManimCE | Local | Mathematical animations |

Text-to-Speech โ€” 4 providers

| Provider | Type | Notes | |----------|------|-------| | ElevenLabs | Cloud API | Premium voice quality | | Google TTS | Cloud API | 700+ voices, 50+ languages โ€” best for localization | | OpenAI TTS | Cloud API | Fast, affordable | | Piper | Local | Completely free, offline |

Music, Sound & Post-Production

Music & Sound:

| Provider | Type | Notes | |----------|------|-------| | Suno AI | Cloud API | Full song generation with vocals, lyrics, any genre. Up to 8 minutes. | | ElevenLabs Music | Cloud API | AI music generation | | ElevenLabs SFX | Cloud API | Sound effect generation |

Post-Production (always available, always free):

| Tool | What It Does | |------|-------------| | FFmpeg | Video composition, encoding, subtitle burn-in, audio muxing | | Video Stitch | Multi-clip assembly, crossfades, picture-in-picture, spatial layouts | | Video Trimmer | Precision cutting and extraction | | Audio Mixer | Multi-track mixing, ducking, fades | | Audio Enhance | Noise reduction, normalization | | Color Grade | LUT-based color grading | | Subtitle Gen | SRT/VTT generation from timestamps |

Enhancement:

| Tool | What It Does | |------|-------------| | Upscale | Real-ESRGAN image/video upscaling | | Background Remove | rembg / U2Net background removal | | Face Enhance | Face quality enhancement | | Face Restore | CodeFormer / GFPGAN face restoration |

Analysis:

| Tool | What It Does | |------|-------------| | Transcriber | WhisperX speech-to-text with word-level timestamps | | Scene Detect | Automatic scene boundary detection | | Frame Sampler | Intelligent frame extraction | | Video Understand | CLIP/BLIP-2 vision-language analysis |

Avatar & Lip Sync:

| Tool | What It Does | |------|-------------| | Talking Head | SadTalker / MuseTalk avatar animation | | Lip Sync | Wav2Lip audio-driven lip synchronization |

Composition & Rendering:

| Engine | Type | What It Does | |--------|------|-------------| | Remotion | Local (Node.js) | React-based programmatic video โ€” spring-animated image scenes, stat reveals, section titles, hero cards, TikTok-style word-by-word captions, scene transitions (fade/slide/wipe/flip), Google Fonts, audio with fade curves, and the TalkingHead avatar composition. When no video generation providers are configured, the agent generates still images and Remotion turns them into fully animated video. | | HyperFrames | Local (Node.js โ‰ฅ 22) | HTML/CSS/GSAP programmatic video โ€” kinetic typography, product promos, launch reels, custom motion graphics, registry blocks (data charts, grain overlays, shader transitions), website-to-video workflows, and rigged SVG character animation. Consumed via npx hyperframes; no monorepo checkout needed. | | FFmpeg | Local | Core video assembly, encoding, subtitle burn, audio muxing, color grading |

Runtime is chosen at proposal (renderruntime) and locked through editdecisions. Silent swaps between runtimes are a governance violation โ€” see skills/core/hyperframes.md.


Style System

Style playbooks define the visual language for your productions:

| Playbook | Best For | |----------|----------| | Clean Professional | Corporate, educational, SaaS | | Flat Motion Graphics | Social media, TikTok, startups | | Minimalist Diagram | Technical deep-dives, architecture |

Playbooks control typography, color palettes, motion styles, audio profiles, and quality rules. The agent reads the playbook and applies it consistently across all generated assets.


Platform Output Profiles

Built-in render profiles for every major platform:

| Profile | Resolution | Aspect Ratio | |---------|-----------|--------------| | YouTube Landscape | 1920x1080 | 16:9 | | YouTube 4K | 3840x2160 | 16:9 | | YouTube Shorts | 1080x1920 | 9:16 | | Instagram Reels | 1080x1920 | 9:16 | | Instagram Feed | 1080x1080 | 1:1 | | TikTok | 1080x1920 | 9:16 | | LinkedIn | 1920x1080 | 16:9 | | Cinematic | 2560x1080 | 21:9 |


Production Governance

OpenMontage treats video production like real engineering โ€” with quality gates, audit trails, and enforcement at every stage.

Quality Gates

  • Human approval gates are enforced, not suggested โ€” proposal, script, scene plan, generated assets, and publish all pause for your sign-off. The checkpoint writer rejects a "completed" gated stage without recorded approval, and every superseded checkpoint is archived so the audit trail (including gate transitions) survives revisions. Review happens visually on the Backlot board.
  • Pre-compose validation โ€” blocks render if the delivery promise is violated (e.g. "motion-led" video with 80% still images), slideshow risk score is critical, or renderer family is missing. Catches broken plans before wasting GPU time.
  • Post-render self-review โ€” after every render, the runtime runs ffprobe validation, extracts frames at 4 positions to check for black frames and broken overlays, analyzes audio levels for silence and clipping, verifies the delivery promise was honored, and checks subtitle presence. If the review fails, the video is not presented.
  • Slideshow risk scoring โ€” 6-dimension analysis (repetition, decorative visuals, weak motion, shot intent, typography overreliance, unsupported cinematic claims) prevents "animated PowerPoint" outputs.
  • Source media inspection โ€” when users supply their own footage, the system probes every file (resolution, codec, audio channels, duration) and builds planning implications before a single creative decision is made. No hallucinating content from filenames.

Scored Provider Selection

Every tool selection (video generation, image generation, TTS, music) runs through a 7-dimension scoring engine: task fit (30%), output quality (20%), control features (15%), reliability (15%), cost efficiency (10%), latency (5%), continuity (5%). The winning provider and its score are logged in the decision trail with all alternatives considered.

Selectors normalize loose brief context before scoring. If the agent only knows something like "Pixar-style animated short with character consistency," the selector expands that into scorer-friendly intent and style signals instead of requiring a perfectly pre-shaped task_context.

Selector outputs also surface the chosen provider's agent_skills, so the agent can immediately read the right Layer 3 provider skill before writing prompts.

Decision Audit Trail

Every major creative and technical choice โ€” provider selection, style/playbook choice, music track, voice selection, renderer family, any fallback or downgrade โ€” is logged with alternatives considered, confidence scores, and reasoning. The cumulative decision log persists across all stages so you can trace exactly why the output looks the way it does.

Budget Controls

  • Estimate before execution โ€” see what it will cost
  • Reserve budget โ€” lock funds before the call
  • Reconcile after โ€” record actual spend
  • Configurable modes โ€” observe (track only), warn (log overruns), cap (hard limit)
  • Per-action approval โ€” pause for confirmation above a threshold (default: $0.50)
  • Total budget cap โ€” default $10, fully configurable
No surprise bills. The agent tells you what it will cost before it spends.

Agent Compatibility

OpenMontage works with any AI coding assistant that can read files and execute Python. Dedicated instruction files are included for:

| Platform | Config File | |----------|------------| | Claude Code | CLAUDE.md | | Cursor | CURSOR.md + .cursor/rules/ | | GitHub Copilot | COPILOT.md + .github/copilot-instructions.md | | Codex | CODEX.md | | Windsurf | .windsurfrules |

All platform files point to the shared AGENTGUIDE.md (operating guide and agent contract) and PROJECTCONTEXT.md (architecture reference).

Coming soon: Local LLM support via Ollama and LM Studio โ€” run the full production pipeline without any cloud LLM.

Contributing

OpenMontage is built to be extended. The two most common contributions:

Adding a New Tool

  • Create a Python file in the appropriate tools/ subdirectory
  • Inherit from BaseTool and implement the tool contract
  • The registry auto-discovers it โ€” no manual registration needed
  • Add a skill file if the tool needs usage guidance

Adding a New Pipeline

  • Create a YAML manifest in pipeline_defs/
  • Create stage director skills in skills/pipelines/<your-pipeline>/
  • Reference existing tools โ€” or add new ones if needed
See docs/ARCHITECTURE.md for the full technical reference, docs/PROVIDERS.md for the complete provider guide (setup, pricing, free tiers), and AGENT_GUIDE.md for the agent contract.

Join the Community

We use GitHub Discussions to share work and ideas:

  • Show and Tell โ€” Share videos you've made, prompts that worked well, or creative workflows you've discovered
  • Ideas โ€” Suggest new pipelines, tools, style playbooks, or integrations
  • Q&A โ€” Ask questions about setup, pipelines, or troubleshooting
Made something cool? Post it in Show and Tell โ€” we'd love to see what you build.

Contact

For updates, releases, and behind-the-scenes build notes, follow @calesthioailabs.

For bugs, feature requests, and workflow discussions, use GitHub Issues and GitHub Discussions so everything stays visible and actionable.


Testing

# Run contract tests (no API keys needed)
make test-contracts

Run all tests

make test

Star History

Star History Chart


License

GNU AGPLv3


OpenMontage โ€” Production-grade video with real quality enforcement, orchestrated by your AI assistant.

If this project looks useful to you, a โญ would really mean a lot โ€” it helps others discover it too.

If you'd like to go further, sponsor the project โ€” OpenMontage is built nights and weekends, and your support makes that sustainable.

ยฉ 2026 GitRepoTrend ยท calesthio/OpenMontage ยท Updated daily from GitHub