# Render

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

- Skill: `jeasonstudio/render` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jeasonstudio/render`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jeasonstudio/render/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jeasonstudio (https://skillmd.com/u/jeasonstudio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jeasonstudio/render

---


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.

