video_export
Export videos in various formats and quality settings using ffmpeg. Specify input path, output format (mp4, webm, gif, mov), and quality preset (low to ultra).
Instructions
Render and export a video with quality and format settings.
Args: input_path: Absolute path to the input video. output_path: Where to save the output. Auto-generated if omitted. quality: Quality preset (low, medium, high, ultra). format: Output format (mp4, webm, gif, mov).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| quality | No | high | |
| format | No | mp4 |