start_subtitle_format_change
Convert subtitle format in a video file to a specified target format. Returns job ID for tracking.
Instructions
Enqueue a CHANGE_SUBTITLE_FORMAT job. Converts the subtitle format according to the user's provided details. Returns immediately with job_id + status.
input_file: path to input video file (must exist) target_format: target subtitle format 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 | Yes | ||
| force_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |