بنقرة واحدة
render
Render a Remotion composition to MP4 video. Use when you want to export a final video file.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Render a Remotion composition to MP4 video. Use when you want to export a final video file.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Start Remotion Studio to preview video compositions in the browser. Use when you want to see a visual preview of a composition.
Run full project verification — lint, typecheck, and build. Use before committing or when you want to check project health.
استنادا إلى تصنيف SOC المهني
| 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:
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 propsThe 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.