一键导入
render
Render a Remotion composition to a video file in out/. Use when the user wants to export an animation they previewed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Render a Remotion composition to a video file in out/. Use when the user wants to export an animation they previewed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold a new on-brand Remotion animation (or reuse an existing one) and register it so it can be previewed and rendered. Use when the user wants a title card, lower-third, stat/count-up, transition, or other motion graphic for a video.
Clean up a raw recording in Descript — remove filler words, cut silences, add captions — and export the result to out/. Use when the user has a recording in raw/ to polish.
| name | render |
| description | Render a Remotion composition to a video file in out/. Use when the user wants to export an animation they previewed. |
| disable-model-invocation | true |
Input: $ARGUMENTS = composition id (and optional output name). If empty, list the
compositions registered in src/Root.tsx and ask which to render.
id in src/Root.tsx:
TitleCard, LowerThird, CountUp, or a newer one).npm run render <id> out/<name>.mp4npm run render <id> out/<name>.mov --codec=prores --image-format=png--props='{"key":"value"}'.out/ and report its path + duration.To lay an overlay/intro over cleaned footage, either import both into Remotion and
sequence them, or use local ffmpeg (e.g. ffmpeg -i base.mp4 -i overlay.mov -filter_complex overlay ...).
ffmpeg edits stay fully local (no upload).