원클릭으로
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).