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.