Skip to main content

Thumbnails Generation

This section defines the behavior of the thumbnails generation. Thumbnails are just preview images supported by the DASH spec (check DASH IF IOP v4.3 spec and, in particular, the paragraph 6.2.6 Tiles of thumbnail images). You can see them when scrolling video forward or backwards, just as you see it on YouTube, for example. These settings are used in the Image Extraction Phase.

{
"Thumbnails": {
"Generate": true,
"Width": 64,
"Height": 64,
"DurationInSeconds": 5,
"BandwidthInKbps": 128
}
}
PropertyDescriptionAdditional InfoRequired?
GenerateUse generation or not. Supported values: true, false.-Yes.
WidthDesired thumbnail image width in pixels.-Yes.
HeightDesired thumbnail image height in pixels.-Yes.
DurationInSecondsTime between the indivudal thumbnailsFor example, you have 60 seconds for video and 5 seconds for thumbnail duration. There will be 12 thumbnails in total.Yes.
BandwidthInKbpsBandwidth for tilesManual value, must be greater than 0.Yes.