media_extract_audio
Extract audio from video files for transcription, analysis, or music notation processing.
Instructions
Extract audio track from a video file.
Useful for feeding video audio into transcription, analysis, or the sheet-music-maker pipeline (basic-pitch → MIDI → notation).
Args: path: Path to video file output_path: Where to save audio (default: same dir, .wav extension) format: Audio format: wav, mp3, flac (default: wav)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| output_path | No | ||
| format | No | wav |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |