Extract Audio
extract_audioConvert video files to MP3 audio by extracting the audio track. Returns the path to the resulting audio file.
Instructions
Extract/convert audio from a local video file to MP3. Returns the path to the extracted audio file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to a local video file | |
| output_dir | No | Output directory (default: system temp dir) |