crop_video
Cut a video to a rectangular region using pixel offsets and dimensions. Provide width, height, x, and y to define the crop area; width and height must be even numbers.
Instructions
Cut a video to a rectangular region. Width/height must be even numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Left offset in pixels | |
| y | Yes | Top offset in pixels | |
| width | Yes | Crop width in pixels | |
| height | Yes | Crop height in pixels | |
| video_path | Yes | Local path to the video |