extract_audio
Extract audio from video files to create standalone audio tracks. This tool processes input videos and outputs audio files for use in media projects.
Instructions
Function to extract audio from the given input video.
Params: input_video_path (str): Path to the input video.
Returns: audio_file_path (str): Path to the audio file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_video_path | Yes |