Skip to main content

render

Render a Remotion composition to MP4 video. Use when you want to export a final video file.

Jump to install

Source facts

Repository
jeasonstudio/termotion
Last source activity
April 13, 2026 at 15:27
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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.
View on GitHub