Convert video format
video_convertTranscode videos to formats like mp4, webm, gif, or mov. Converts container or codec without altering original file.
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 |
|---|---|---|---|
| format | No | Target output format: mp4, webm, gif, mov, hevc, av1, or prores. | mp4 |
| quality | No | Encoding quality preset: low, medium, high, or ultra. | high |
| input_path | Yes | Absolute path to an existing local video file. The input file is read only. | |
| 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 | |||