Crop(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.
Attributes |
|
---|---|
Name | Description |
top_pixels |
int
The number of pixels to crop from the top. The default is 0. |
bottom_pixels |
int
The number of pixels to crop from the bottom. The default is 0. |
left_pixels |
int
The number of pixels to crop from the left. The default is 0. |
right_pixels |
int
The number of pixels to crop from the right. The default is 0. |