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
}
}
Property | Description | Additional Info | Required? |
---|---|---|---|
Generate | Use generation or not. Supported values: true, false. | - | Yes. |
Width | Desired thumbnail image width in pixels. | - | Yes. |
Height | Desired thumbnail image height in pixels. | - | Yes. |
DurationInSeconds | Time between the indivudal thumbnails | For example, you have 60 seconds for video and 5 seconds for thumbnail duration. There will be 12 thumbnails in total. | Yes. |
BandwidthInKbps | Bandwidth for tiles | Manual value, must be greater than 0. | Yes. |