Class Crop (0.1.4)

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_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.

Inheritance

builtins.object > proto.message.Message > Crop