start_audio_extraction
Extract audio from a video file and convert it to the desired format, such as MP3. Returns immediately with a job ID for tracking.
Instructions
Enqueue a EXTRACT_AUDIO job. Extract the audio from a given video and in the format requested by user Returns immediately with job_id + status.
input_file: path to input video file (must exist) target_format: target audio format (defaults to mp3) force_run: if True, run even when a cached result exists for the same inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | ||
| target_format | No | mp3 | |
| force_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |