Scripts2026年3月29日·1 分钟阅读

Revideo — Code-Driven Video Editor

Create and edit videos with code. MIT-licensed alternative to Remotion with API-driven rendering and dynamic inputs. Forked from Motion Canvas.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

npm create revideo@latest
cd my-project
npm start
# Open http://localhost:9000

介绍

Revideo is an open-source framework for creating videos programmatically — define scenes, animations, and transitions in TypeScript, preview in real-time, and render to video. Forked from Motion Canvas with a focus on API-driven rendering and dynamic content injection. MIT-licensed (unlike Remotion's company license). 3,700+ GitHub stars.

Best for: Developers wanting an MIT-licensed programmatic video tool, API-driven video rendering Works with: TypeScript, Node.js

Part of the Video AI Toolkit collection.


Features

  • TypeScript-first: Define videos entirely in code
  • Real-time preview: See changes instantly in the browser editor
  • API rendering: Trigger renders via API with dynamic parameters
  • Scene system: Compose videos from reusable scene components
  • MIT license: No commercial restrictions

FAQ

Q: How is Revideo different from Remotion? A: Revideo is MIT-licensed (Remotion requires a company license for commercial use), uses a scene-based architecture instead of React components, and provides a built-in visual editor.


🙏

来源与感谢

Created by redotvideo. Licensed under MIT. revideo — ⭐ 3,700+

相关资产