video_extract_audio
Extract audio from video files to create standalone audio tracks in formats like MP3, AAC, WAV, OGG, or FLAC. Specify input video path and optional output location.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| format | No | mp3 |