Orchestrate end-to-end video production using an AI coding assistant to manage research, scripting, asset generation, and editing.
OpenMontage is an open-source, agentic video production system built to be operated by an AI coding assistant. It automates the entire video creation workflow, from initial research and scripting to asset generation, editing, and final composition. The system aims to replicate the structured process of a human production team, allowing users to generate complex videos from a single plain-language prompt within their code editor.
A user provides a text prompt to their AI coding assistant within the OpenMontage project. The agent then acts as an orchestrator, executing predefined production pipelines by reading Markdown skill files and calling Python tools. The system can run locally without any API keys by using built-in free tools for TTS and stock footage, or it can be configured with keys for premium providers. Output is a final rendered MP4 video file.
Developers and technical content creators who want to programmatically generate videos by giving high-level prompts to their AI coding assistant.
This is not a web-based tool. It requires a local development environment with Python, FFmpeg, and Node.js installed, and is operated through an AI-powered code editor.