Convert video format
video_convertConvert video files to different container or codec formats like mp4, webm, gif, or mov. Adjust encoding quality with presets from low to ultra.
Instructions
Transcode an existing video into a different container or codec format such as mp4, webm, gif, or mov. Use this for format conversion; use video_export for final delivery presets. The input video is read only and a new output file is rendered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Absolute path to an existing local video file. The input file is read only. | |
| format | No | Target output format. Supported values are mp4, webm, gif, and mov. | mp4 |
| quality | No | Encoding quality preset: low, medium, high, or ultra. | high |
| output_path | No | Destination video path. Auto-generated when omitted; an existing supplied path may be overwritten. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||