Render

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

jeasonstudio 56f93c0 663 B Updated

File contents

Render a composition to MP4 video using Remotion's CLI:

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:

npx remotion compositions

Then ask the user which one to render.

jeasonstudio/termotion/tree/main/.claude/skills/render commit 56f93c0284

Frequently asked questions

npx skillmds@latest add jeasonstudio/render