start_change_resolution
Enqueue a FFmpeg job to change video resolution to specified height and width.
Instructions
Enqueue a CHANGE_RESOLUTION job. Converts the video resolution according to the user's provided height and width. Returns immediately with job_id + status.
input_file: path to input video file (must exist) height: desired height of the video width: desired width of the video force_run: if True, run even when a cached result exists for the same inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | ||
| height | Yes | ||
| width | Yes | ||
| force_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |