Sync Feeds banner
chrislema chrislema

Sync Feeds

Development community

Description

--- name: sync-feeds description: Sync multiple camera feeds by audio cross-correlation for multi-angle video editing user_invocable: true metadata: tags: video, sync, multi-camera, audio, cross-correlation, multi-angle --- ## When to use Use this skill when the user has multiple camera angles of the same recording and needs to sync them before editing. Triggered by `/sync-feeds` or requests like "sync these videos," "align the cameras," or "sync the angles." ## How to use ### Prerequisite

Installation

Installs to ~/.claude/commands/chrislema-videoeditor-sync-feeds.md

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

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

Full documentation available on GitHub

View Source Repository