Class Pad (1.4.2)

Pad(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.

Attributes

NameDescription
top_pixels int
The number of pixels to add to the top. The default is 0.
bottom_pixels int
The number of pixels to add to the bottom. The default is 0.
left_pixels int
The number of pixels to add to the left. The default is 0.
right_pixels int
The number of pixels to add to the right. The default is 0.

Inheritance

builtins.object > proto.message.Message > Pad