ffmpeg
Installation
SKILL.md
ffmpeg - Comprehensive Multimedia Processor
The ffmpeg module provides a powerful CLI for processing audio, video, and other multimedia files. It ensures availability by automatically installing ffmpeg via pixi if it is missing from the system.
When to Activate
- When converting between different video or audio formats (e.g., MP4 to AVI).
- When extracting audio tracks from video files (e.g., MP4 to MP3).
- When performing complex media operations like resizing, re-encoding, or applying filters.
- When needing to stream multimedia content from the terminal.
Core Principles & Rules
- Zero-Setup: Automatically handles installation via
pixiif necessary. - Pass-through: Supports all standard
ffmpegarguments via the--orcmdsubcommand. - Input/Output: Always clarify the
-i(input) and target output paths.