crop
Crop a video clip to a rectangular region by specifying top-left and bottom-right coordinates, with origin at top-left. Returns the cropped clip ready for further editing or rendering.
Instructions
Crop to the rectangle (x1, y1)-(x2, y2). Origin is the top-left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| clip_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||