video_convert
Convert video files to different formats (mp4, webm, gif, mov) with adjustable quality settings for compatibility and sharing.
Instructions
Convert a video to a different format.
Args: input_path: Absolute path to the input video. format: Target format (mp4, webm, gif, mov). quality: Quality preset (low, medium, high, ultra). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| format | No | mp4 | |
| quality | No | high | |
| output_path | No |