crop_video
Crop a video to a specified pixel region, using coordinates (x1,y1) and (x2,y2) to define the crop area. Provide the video path and coordinates to get a cropped video file.
Instructions
Crop a video using pixel coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| input_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||