resize_video
Resize videos to exact dimensions or by scale factor. Specify width and height, or a scale like 0.5 or 2 for proportional resizing.
Instructions
Resize a video.
Use either: width + height OR: scale
Example: scale=0.5 scale=2
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| width | No | ||
| height | No | ||
| input_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||