extract_audio
Extract audio from video files to create standalone audio files in formats like MP3 or AAC using FFmpeg processing.
Instructions
Extract audio from a video file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to the input video file | |
| outputPath | Yes | Path for the output audio file | |
| format | Yes | Audio format (mp3, aac, etc.) |