원클릭으로
remotion-render
Render Remotion video compositions to MP4/WebM. Use for: rendering videos, exporting compositions, batch renders, previewing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Render Remotion video compositions to MP4/WebM. Use for: rendering videos, exporting compositions, batch renders, previewing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create multi-camera AI music videos from audio. Use for: music video, concert video, multi-angle video, AI video clip.
Generate video from audio + image using fal.ai LTX-2.3. Use for: talking head, lip sync, audio-driven video.
Beautiful animated lyrics overlay for videos using Remotion. Use for: lyrics, captions, subtitles, karaoke, song text overlay.
Transcribe audio/video to SRT subtitles using ElevenLabs Scribe v2. Use for: transcription, subtitles, captions, SRT generation.
Transcribe audio/video to SRT subtitles using ElevenLabs Scribe v2. Use for: transcription, subtitles, captions, SRT generation.
Generate images with Gemini (default) or fal.ai FLUX.2 klein 4B (--cheap for fast/low-cost). Use for: create image, generate visual, AI image generation, poster.
| name | remotion-render |
| description | Render Remotion video compositions to MP4/WebM. Use for: rendering videos, exporting compositions, batch renders, previewing. |
Render video compositions to output files.
# Start dev studio (browser preview)
npm run dev
# List available compositions
npx remotion compositions src/index.tsx
# Render specific composition
npx remotion render <CompositionId> out/<filename>.mp4
# Render with options
npx remotion render HelloWorld out/hello.mp4 --codec=h264 --crf=18
npm run dev → open http://localhost:3000npx remotion render <id> out/<name>.mp4npx remotion render HelloWorld out/video.mp4
npx remotion render HelloWorld out/video.mp4 --crf=18
npx remotion render HelloWorld out/preview.mp4 --scale=0.5
npx remotion render HelloWorld out/clip.mp4 --frames=0-60
npx remotion render HelloWorld out/custom.mp4 --props='{"text":"Custom Text"}'
| Format | Extension | Command |
|---|---|---|
| MP4 (H.264) | .mp4 | --codec=h264 (default) |
| WebM (VP9) | .webm | --codec=vp9 |
| ProRes | .mov | --codec=prores |
| GIF | .gif | --codec=gif |
Slow render?
--scale=0.5 for testing--log=verbose for bottlenecks--concurrency=2Black frames?
<Img>, <Video> componentsstaticFile() for public/ assetsSee ../video-common/references/codecs.md for detailed codec options.