01 Remove Silence banner
chrislema chrislema

01 Remove Silence

Development community

Description

--- name: remove-silence description: Remove silence from video files, trimming dead air while preserving natural pauses user_invocable: true metadata: tags: video, audio, ffmpeg, silence, editing --- ## When to use Use this skill when the user wants to remove silences, dead air, or long pauses from a video file. Triggered by requests like "remove silence," "trim dead air," "cut pauses," or "remove-silence." ## How to use ### Prerequisites - `ffmpeg` must be installed (check with `which ff

Installation

Installs to ~/.claude/commands/chrislema-videoeditor-01-remove-silence.md

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

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

Full documentation available on GitHub

View Source Repository