Remotion Server
/install remotion-server
Remotion Server
Render videos headlessly on any Linux server using Remotion. No Mac or GUI required.
Setup (one-time)
Install browser dependencies:
bash {baseDir}/scripts/setup.sh
Quick Start
Create a project:
bash {baseDir}/scripts/create.sh my-video
cd my-video
Render a video:
npx remotion render MyComp out/video.mp4
Templates
Chat Demo (Telegram-style)
Creates a phone mockup with animated chat messages.
bash {baseDir}/scripts/create.sh my-promo --template chat
Edit src/messages.json:
[
{"text": "What's the weather?", "isUser": true},
{"text": "☀️ 72°F and sunny!", "isUser": false}
]
Title Card
Simple animated title/intro card.
bash {baseDir}/scripts/create.sh my-intro --template title
Example Chat Usage
- "Make a video showing a chat about [topic]"
- "Create a promo video for [feature]"
- "Render a title card saying [text]"
Linux Dependencies
The setup script installs:
- libnss3, libatk, libcups2, libgbm, etc.
- Required for Chrome Headless Shell
For Ubuntu/Debian:
sudo apt install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libpango-1.0-0 libcairo2 libxcomposite1 libxdamage1 libxfixes3 libxrandr2
Output Formats
- MP4 (h264) - default
- WebM (vp8/vp9)
- GIF
- PNG sequence
npx remotion render MyComp out/video.webm --codec=vp8
npx remotion render MyComp out/video.gif --codec=gif
Privacy Note
⚠️ All templates use FAKE demo data only!
- Fake GPS coords (San Francisco: 37.7749, -122.4194)
- Placeholder names and values
- Never includes real user data
Always review generated content before publishing.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remotion-server - 安装完成后,直接呼叫该 Skill 的名称或使用
/remotion-server触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Remotion Server 是什么?
Headless video rendering with Remotion v5 on any Linux server — no Mac or GUI needed. Templates for chat demos, promos, and more. Uses Chrome Headless Shell... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2962 次。
如何安装 Remotion Server?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remotion-server」即可一键安装,无需额外配置。
Remotion Server 是免费的吗?
是的,Remotion Server 完全免费(开源免费),可自由下载、安装和使用。
Remotion Server 支持哪些平台?
Remotion Server 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Remotion Server?
由 Matt Van Horn(@mvanhorn)开发并维护,当前版本 v1.2.1。