resize_video
Resize video dimensions by specifying width, height, or both; keeps aspect ratio when one is omitted.
Instructions
Resize/scale a video. Provide width, height, or both (aspect ratio is preserved if only one is given).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| input_path | Yes | Source video path. Relative paths resolve against MEDIA_DIR (defaults to the server's working directory); absolute paths are used as-is. | |
| output_path | Yes | Destination path. Relative paths resolve against MEDIA_DIR (defaults to the server's working directory); absolute paths are used as-is. |