00 Process Video banner
chrislema chrislema

00 Process Video

Data community

Description

--- name: process-video description: Run the full video editing pipeline on a raw talking-head video to produce a polished final output, with optional multi-angle support user_invocable: true metadata: tags: video, pipeline, editing, automation, ffmpeg, multi-angle --- ## When to use Use this skill when the user wants to run the full video editing pipeline on a raw video. Supports single-camera and multi-angle (2-3 cameras) workflows. Triggered by `/process-video <filename>` or requests like

Installation

Installs to ~/.claude/commands/chrislema-videoeditor-00-process-video.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chrislema/videoeditor/HEAD/.claude/commands/00-process-video.md -o ~/.claude/commands/chrislema-videoeditor-00-process-video.md

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

Full documentation available on GitHub

View Source Repository