03 Produce Zoom banner
chrislema chrislema

03 Produce Zoom

Development community

Description

--- name: produce-zoom description: Apply dynamic zoom sections from JSON to a video using face detection and ffmpeg cropping user_invocable: true metadata: tags: video, zoom, crop, face-detection, ffmpeg, editing --- ## When to use Use this skill when the user has a sections JSON file (from `/label-zoom-sections`) and wants to render the zoomed/cropped video. Triggered by requests like "make the zoom video," "apply zoom sections," "render the zoomed video," or "make-zoom-video." ## How to

Installation

Installs to ~/.claude/commands/chrislema-videoeditor-03-produce-zoom.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chrislema/videoeditor/HEAD/.claude/commands/03-produce-zoom.md -o ~/.claude/commands/chrislema-videoeditor-03-produce-zoom.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository