video_crop
Crop videos to specific rectangular areas by defining width, height, and optional offsets. Specify input and output paths for precise video editing.
Instructions
Crop a video to a rectangular region.
Args: input_path: Absolute path to the input video. width: Width of the crop region in pixels. height: Height of the crop region in pixels. x: X offset (defaults to center). y: Y offset (defaults to center). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| width | Yes | ||
| height | Yes | ||
| x | No | ||
| y | No | ||
| output_path | No |