Class Crop (1.10.1)

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

NameDescription
top_pixelsint
The number of pixels to crop from the top. The default is 0.
bottom_pixelsint
The number of pixels to crop from the bottom. The default is 0.
left_pixelsint
The number of pixels to crop from the left. The default is 0.
right_pixelsint
The number of pixels to crop from the right. The default is 0.