Export video for delivery
video_exportRe-encode a video for final delivery using a quality preset and format. Produces a publishing-ready render from a read-only source.
Instructions
Re-encode an existing video for final delivery using a quality preset and output format. Use this for publishing-ready renders; use video_convert when the main goal is container/codec conversion. The source video is read only and a new output file is produced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| quality | No | Delivery quality preset: low, medium, high, or ultra. | high |
| format | No | Output format for delivery. Supported values are mp4, webm, gif, and mov. | mp4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||