render
Render a Remotion composition to MP4 video. Use when you want to export a final video file.
ソース情報
- リポジトリ
- jeasonstudio/termotion
- ソースの最終更新活動
- 2026年4月13日 15:27
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- render
- description
- Render a Remotion composition to MP4 video. Use when you want to export a final video file.
- disable-model-invocation
- true
Render a composition to MP4 video using Remotion's CLI:
```bash
pnpm render $ARGUMENTS
```
`$ARGUMENTS` should include at minimum the composition ID. Examples:
- `/render TerminalAgent` — render the TerminalAgent composition with defaults
- `/render GUIAgent --props='{"theme":"dark"}'` — render with custom props
The output video will be saved to `out/` directory by default.
If no arguments are provided, list all available compositions by running:
```bash
npx remotion compositions
```
Then ask the user which one to render.
GitHubで見る