/AWS1/CL_MDCHLSIMAGEBASEDTRI00¶
Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_intervalcadence TYPE /AWS1/MDCHLSINTERVALCADENCE /AWS1/MDCHLSINTERVALCADENCE¶
The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval. If set to FOLLOW_SEGMENTATION, MediaConvert generates thumbnail playlist entries that align exactly with video segment boundaries. FOLLOW_SEGMENTATION requires 1x1 tiling.
iv_thumbnailheight TYPE /AWS1/MDC__INTEGERMIN2MAX4096 /AWS1/MDC__INTEGERMIN2MAX4096¶
Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.
iv_thumbnailinterval TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.
iv_thumbnailwidth TYPE /AWS1/MDC__INTEGERMIN8MAX4096 /AWS1/MDC__INTEGERMIN8MAX4096¶
Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.
iv_tileheight TYPE /AWS1/MDC__INTEGERMIN1MAX2048 /AWS1/MDC__INTEGERMIN1MAX2048¶
Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.
iv_tilewidth TYPE /AWS1/MDC__INTEGERMIN1MAX512 /AWS1/MDC__INTEGERMIN1MAX512¶
Number of thumbnails in each row of a tile image. Set a value between 1 and 512.
Queryable Attributes¶
IntervalCadence¶
The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval. If set to FOLLOW_SEGMENTATION, MediaConvert generates thumbnail playlist entries that align exactly with video segment boundaries. FOLLOW_SEGMENTATION requires 1x1 tiling.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERVALCADENCE() |
Getter for INTERVALCADENCE, with configurable default |
ASK_INTERVALCADENCE() |
Getter for INTERVALCADENCE w/ exceptions if field has no val |
HAS_INTERVALCADENCE() |
Determine if INTERVALCADENCE has a value |
ThumbnailHeight¶
Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THUMBNAILHEIGHT() |
Getter for THUMBNAILHEIGHT, with configurable default |
ASK_THUMBNAILHEIGHT() |
Getter for THUMBNAILHEIGHT w/ exceptions if field has no val |
HAS_THUMBNAILHEIGHT() |
Determine if THUMBNAILHEIGHT has a value |
ThumbnailInterval¶
Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THUMBNAILINTERVAL() |
Getter for THUMBNAILINTERVAL, with configurable default |
ASK_THUMBNAILINTERVAL() |
Getter for THUMBNAILINTERVAL w/ exceptions if field has no v |
STR_THUMBNAILINTERVAL() |
String format for THUMBNAILINTERVAL, with configurable defau |
HAS_THUMBNAILINTERVAL() |
Determine if THUMBNAILINTERVAL has a value |
ThumbnailWidth¶
Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THUMBNAILWIDTH() |
Getter for THUMBNAILWIDTH, with configurable default |
ASK_THUMBNAILWIDTH() |
Getter for THUMBNAILWIDTH w/ exceptions if field has no valu |
HAS_THUMBNAILWIDTH() |
Determine if THUMBNAILWIDTH has a value |
TileHeight¶
Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TILEHEIGHT() |
Getter for TILEHEIGHT, with configurable default |
ASK_TILEHEIGHT() |
Getter for TILEHEIGHT w/ exceptions if field has no value |
HAS_TILEHEIGHT() |
Determine if TILEHEIGHT has a value |
TileWidth¶
Number of thumbnails in each row of a tile image. Set a value between 1 and 512.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TILEWIDTH() |
Getter for TILEWIDTH, with configurable default |
ASK_TILEWIDTH() |
Getter for TILEWIDTH w/ exceptions if field has no value |
HAS_TILEWIDTH() |
Determine if TILEWIDTH has a value |