Preset Thumbnails Args
Properties
The aspect ratio of thumbnails. The following values are valid: auto, 1:1, 4:3, 3:2, 16:9
When you set PaddingPolicy to Pad, Elastic Transcoder might add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.
The width and height of thumbnail files in pixels, in the format WidthxHeight, where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object. (To better control resolution and aspect ratio of thumbnails, we recommend that you use the thumbnail values max_width
, max_height
, sizing_policy
, and padding_policy
instead of resolution
and aspect_ratio
. The two groups of settings are mutually exclusive. Do not use them together)
A value that controls scaling of thumbnails. Valid values are: Fit
, Fill
, Stretch
, Keep
, ShrinkToFit
, and ShrinkToFill
.