video_extract_audio
Extract audio track from a video file. Supports output formats: MP3, AAC, WAV, OGG, FLAC.
Instructions
Extract the audio track from a video file.
Args: input_path: Absolute path to the input video. output_path: Where to save the audio file. Auto-generated if omitted. format: Audio format (mp3, aac, wav, ogg, flac).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| format | No | mp3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||