AWS SDK for .NET Documentation
ThumbnailPattern Property
AmazonAmazon.ElasticTranscoder.ModelCreateJobOutputThumbnailPattern Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property ThumbnailPattern.

Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

If you don't want Elastic Transcoder to create thumbnails, specify "".

If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the

CopyC#
PresetID
value of
CopyC#
CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.

Declaration Syntax
C#
public string ThumbnailPattern { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)