extract-audio
Extract audio from video files in MP3, AAC, WAV, or OGG format using the MCP FFmpeg Video Processor. Convert video to audio by specifying input path and desired format.
Instructions
Extract audio from a video file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoPath | Yes | Path to the video file to extract audio from | |
| format | No | Audio format to extract | mp3 |
| outputDir | No | Optional directory to save the output file (defaults to a temporary directory) |