원클릭으로
video-common
Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly.
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 | video-common |
| description | Shared Remotion video utilities and patterns. Referenced by other video skills - not invoked directly. |
Shared patterns and references for all video skills in this project.
remotion-assistant/
├── src/
│ ├── index.tsx # Entry point
│ ├── Root.tsx # Composition registry
│ ├── compositions/ # Video compositions
│ └── components/ # Reusable components
├── public/ # Static assets
│ ├── fonts/
│ ├── images/
│ └── audio/
└── out/ # Rendered output
useCurrentFrame() - Current frame numberuseVideoConfig() - { width, height, fps, durationInFrames }interpolate(frame, [in], [out]) - Map valuesspring({ frame, fps, config }) - Physics animationssrc/compositions/src/Root.tsx with <Composition>