Remotion vs OpenMontage vs Short Video Maker (2026)
A. Frans
Published August 13, 2026
Table of Contents
- 01Quick Answer
- 02Side by side
- 03They aren't the same kind of thing
- 04The licence question is the real decision
- 05Remotion: control, at the cost of writing code
- 06OpenMontage: scope, at the cost of surface area
- 07Short Video Maker: narrow, and quiet
- 08Which one, by situation
- 09The thing nobody mentions in comparisons
- 10FAQ
Our own skills database lists Remotion as MIT licensed. It isn't, and I only caught it because this comparison forced me to open the actual licence file. Remotion runs a custom dual licence: free for individuals, nonprofits, evaluation use, and for-profit companies with up to three employees. Above that, a for-profit company needs a paid Company License.
That single fact decides this comparison for most people, and it cascades further than it looks. Short Video Maker renders through Remotion. So the licence question follows you there too, even though Short Video Maker's own badge says MIT.
Three options, then, for getting an AI agent to produce video. They're marketed as alternatives to each other. They're three different kinds of object, and picking between them on features is how people end up with the wrong one. Every install command below came from each project's own README in August 2026, not from a directory field.
Quick Answer
Side by side
| Remotion | OpenMontage | Short Video Maker | |
|---|---|---|---|
| What it is | React video framework | Agentic production system | MCP server |
| Licence | Custom dual licence | AGPL-3.0 | MIT (renders via Remotion) |
| Free for commercial use | Up to 3 employees | Yes, with AGPL obligations | Inherits Remotion's terms |
| Install | npx create-video@latest | git clone + make setup | Docker, port 3123 |
| Output | Anything you can code | Long and short form | Vertical short form |
| Learning curve | React required | Moderate | Low |
| Extra requirement | Node | Python + Node | Docker + Pexels API key |
| Trust tier | Verified | Verified | Verified |
| Last update | Current | Current | June 2025 |
They aren't the same kind of thing
Remotion is a framework. You write React components, frames are your unit of time, and the agent's job is writing that React for you. Nothing renders that you didn't specify. The ceiling is your own code.
OpenMontage is a production system that agents drive. Checked against its repository in August 2026, it advertises 12 production pipelines, over 100 tools, and more than 700 agent skill and production-knowledge files. It ships instruction files for Claude Code, Cursor and Copilot rather than being a single skill package, so what you're installing is closer to a factory than a library.
Short Video Maker is an MCP server with one job: faceless vertical videos for TikTok, Reels and Shorts. It sits on Remotion underneath and hides it from you.
Those three descriptions imply three different buyers, which is the point.
The licence question is the real decision
For Remotion, the threshold is specific: individuals, nonprofits, and for-profit organisations with up to three employees use it free, as does anyone evaluating it. Past that, a company licence is required. The licence also blocks copying or modifying Remotion in order to sell your own derivative of it, so "we forked it" is not the escape hatch someone on your team will suggest it is.
OpenMontage is AGPL-3.0, which is permissive about money and strict about distribution. Run it internally and you're fine. Offer it to users over a network as part of a service and the network-use clause pulls your modifications into the same obligation. For an agency producing client videos on its own machines, that's a non-issue. For a startup wrapping it in a SaaS product, it's the whole conversation, and it's the sort of thing that surfaces during diligence rather than during development.
Short Video Maker is MIT on its own code, and MIT on a wrapper does not launder the licence of what it wraps. If it renders through Remotion and you're a for-profit company with more than three people, work through Remotion's terms before you ship. I'd rather flag that than have you find it later.
None of this is legal advice, and licence terms change. Read the current files yourself: Remotion's is in its repository, OpenMontage's is the standard AGPL-3.0 text.
Remotion: control, at the cost of writing code
The reason developers keep choosing it is determinism. The same input produces the same frames every time, which matters enormously the moment video becomes a pipeline rather than a project. Personalised video at scale, automated report visualisations, a hundred localised variants of one ad. Anything where the video is generated rather than authored.
npx create-video@latest
An agent is good at this because React is a text representation it reasons about well. Ask it for a data-driven bar chart race and it will produce something plausible on the first attempt and correct on the third.
The cost is real. If nobody on the project writes React, Remotion is a bad fit and no amount of agent assistance changes that, because you still have to review what the agent produced. It's also the only one of the three with active commercial licensing attached, which is either fine or a blocker depending entirely on your headcount.
OpenMontage: scope, at the cost of surface area
This is the ambitious one. It aims at the whole production process rather than the rendering step, which means it's the only option here that has an opinion about your edit decisions rather than just executing them.
git clone https://github.com/calesthio/OpenMontage.git
cd OpenMontage
make setup
There's no marketplace install. You clone it, run setup, then open the folder in Claude Code and work from there.
Large scope is a double-edged property. Something advertising 700-plus knowledge files has a lot of room for parts that are excellent and parts that were written once and never revisited, and you won't know which is which until you're deep in a project. Budget time to explore it before you commit a deadline to it.
It's also the only one of the three where I'd want to understand exactly what the agent is permitted to execute. A system with 100-plus tools driving file operations across a media library is a broad blast radius if a pipeline misbehaves. Point it at a copy of your footage the first few times.
Short Video Maker: narrow, and quiet
Its virtue is that it does one thing and doesn't ask you to learn React. Install the MCP server, ask for a short video, get a short video.
docker run -it --rm --name short-video-maker -p 3123:3123 \
-e PEXELS_API_KEY=your_key \
gyoridavid/short-video-maker:latest-tiny
Docker is the maintainer's recommended path. It exposes MCP at /mcp/sse on port 3123, and it needs a free Pexels API key before it will render anything.
The concern is maintenance. Its last recorded update was June 2025. In a field where the underlying model APIs and the Remotion version it depends on have both moved repeatedly since, more than a year of quiet is a genuine risk rather than a stylistic complaint. It may install and run perfectly. It may also fail against a dependency that moved, and the person fixing that is you.
For faceless short-form specifically, the hosted tools have gotten good enough that the build-versus-buy maths has shifted. Opus Clip, Crayo and AutoShorts all cover this ground without a dependency tree.
Which one, by situation
You're a developer and the video is a product feature. Remotion. Clear the licence first, then build. Nothing else here gives you that level of control.
You're an agency or studio producing client work in-house. OpenMontage. AGPL doesn't bite you, and the pipeline scope is where the time savings live.
You're building a SaaS that generates video for users. Remotion with a company licence. AGPL-3.0's network clause makes OpenMontage the harder path for a hosted product, and Short Video Maker's staleness makes it the wrong foundation.
You're a solo creator posting clips. None of them. Use a hosted tool, and read our full list for video-editors instead. These three assume a terminal and a tolerance for dependency errors.
You're experimenting on a weekend. Remotion, free for individuals, and the concepts transfer if you later go commercial.
The thing nobody mentions in comparisons
Two of these three route through the same renderer. Remotion is the foundation, Short Video Maker is a wrapper on it, and only OpenMontage is architecturally independent. So this isn't a three-way race. It's a choice between Remotion at two levels of abstraction, and one genuine alternative with a copyleft licence attached.
Knowing that changes how you evaluate them. If Remotion's licence doesn't work for your company, ruling it out also rules out Short Video Maker, and OpenMontage becomes the only remaining option on this list rather than one of two.
FAQ
Is Remotion free for commercial use?
Only within limits. Individuals, nonprofits, evaluation use, and for-profit organisations with up to three employees use it free. Larger for-profit companies need a paid Company License. Our skills database currently lists it as MIT, which is wrong, and we're correcting it.
Does Short Video Maker's MIT licence cover the Remotion dependency?
No. MIT applies to Short Video Maker's own code. It renders through Remotion, so Remotion's terms still apply to your use of the rendering layer. Check both before commercial deployment.
What does AGPL-3.0 mean for OpenMontage in practice?
Internal use, including commercial client work on your own machines, carries no meaningful burden. Offering it to users over a network as part of a service triggers the network-use clause, which obliges you to make your modified source available to those users. That's the decision point for anyone building a hosted product.
Which is easiest for a non-developer?
Short Video Maker, since it's an MCP server you talk to conversationally. But given it hasn't been updated since June 2025, a non-developer is exactly the person least equipped to fix it when a dependency breaks. A hosted tool is the better answer.
Can I use these with Cursor or Copilot instead of Claude Code?
OpenMontage ships instruction files for Claude Code, Cursor and Copilot. Short Video Maker installs as a standard MCP server, so any MCP-capable client works. Remotion is a framework rather than an agent integration, so any coding assistant that writes React can drive it.
Share this article
⚙Related Tools
📄Related Articles
Get More AI Tool Guides
New comparisons and guides every week. Join thousands of professionals staying ahead of the AI curve.