video-studio
video-studio
One conversational pipeline for editing any video. Three layers compose; this skill routes between them. The LLM never watches the video — it reads it (transcript + on-demand timeline PNGs) and edits with word-boundary precision.
The three layers (what's bundled here)
-
The cut engine —
video-use(skills/video-use/) Transcribe → pack → reason → EDL → render → self-eval. Owns: filler-word removal, dead-space trimming, color grade, 30ms audio fades, subtitle burn, and therender.pycomposite that lays overlays onto the cut. This is the spine of every edit. Readskills/video-use/SKILL.mdfor the 12 production rules. -
The motion layer — HyperFrames (
skills/hyperframes/,hyperframes-cli/,hyperframes-registry/,gsap/,website-to-hyperframes/) HTML + GSAP compositions rendered through headless Chrome to.movwith alpha. Use for: lower-third captions, title cards, callouts, audio-reactive bits, scene transitions, kinetic text. video-use spawns these as overlays and composites them.