start_change_format
Convert video files to different container formats like mp4, mkv, or avi without re-encoding. Enqueues a job and returns immediately with a job ID.
Instructions
Enqueue a CHANGE_FORMAT job. Converts video to another container (e.g. mp4, mkv, avi) without re-encoding. Returns immediately with job_id + status.
input_file: path to input video file (must exist) output_format: desired output format (e.g., mp4, mkv, avi); dot is optional force_run: if True, run even when a cached result exists for the same inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | ||
| output_format | Yes | ||
| force_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |