video-compose
Installation
SKILL.md
Video Compose
Compose a polished video reel from a folder of source clips and images. Output: VEED.io / Adobe-Premiere-quality video assembled programmatically with an interactive treatment, beat-synced cuts, animated Remotion titles, branded background music from bg-music-hq, and FFmpeg-rendered transitions and Ken Burns motion.
Pipeline at a glance
1. ANALYZE analyze_assets.py → assets.json
2. TREATMENT treatment.py draft → treatment.yaml (interactive)
3. MUSIC pick_music.py generate → bgm.mp3 + bgm_meta (interactive: pick mood)
4. EDL generate_edl.py → timeline.json (LLM + beat-snap)
5. PREVIEW preview.py → preview.mp4 (480p) (approval gate)
6. TITLES render_titles.py → titles/*.mov (ProRes 4444 + alpha)
7. FINAL render_final.py → final.mp4 (FFmpeg orchestrator)
See DESIGN.md for the architectural spec and rationale.