audio-extract
Installation
SKILL.md
Audio Extract
Extracts the audio track from a video file. This is a local operation using the bundled ffmpeg binary - no API keys or external services required.
Command
npx agent-media@latest audio extract --in <path> [options]
Inputs
| Option | Required | Description |
|---|---|---|
--in |
Yes | Input video file path or URL (supports mp4, webm, mkv, avi, mov) |
--format |
No | Output audio format: mp3 (default) or wav |
--out |
No | Output path, filename or directory (default: ./) |