amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

Description

 
Synopsis

Documentation

data DashIsoImageBasedTrickPlaySettings Source #

Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED

See: newDashIsoImageBasedTrickPlaySettings smart constructor.

Constructors

DashIsoImageBasedTrickPlaySettings' 

Fields

  • intervalCadence :: Maybe DashIsoIntervalCadence

    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.

  • thumbnailHeight :: Maybe Natural

    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.

  • thumbnailInterval :: Maybe Double

    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.

  • thumbnailWidth :: Maybe Natural

    Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.

  • tileHeight :: Maybe Natural

    Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.

  • tileWidth :: Maybe Natural

    Number of thumbnails in each row of a tile image. Set a value between 1 and 512.

Instances

Instances details
FromJSON DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

ToJSON DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

Generic DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

Associated Types

type Rep DashIsoImageBasedTrickPlaySettings :: Type -> Type #

Read DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

Show DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

NFData DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

Eq DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

Hashable DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

type Rep DashIsoImageBasedTrickPlaySettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings

type Rep DashIsoImageBasedTrickPlaySettings = D1 ('MetaData "DashIsoImageBasedTrickPlaySettings" "Amazonka.MediaConvert.Types.DashIsoImageBasedTrickPlaySettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "DashIsoImageBasedTrickPlaySettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "intervalCadence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashIsoIntervalCadence)) :*: (S1 ('MetaSel ('Just "thumbnailHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "thumbnailInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "thumbnailWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "tileHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tileWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newDashIsoImageBasedTrickPlaySettings :: DashIsoImageBasedTrickPlaySettings Source #

Create a value of DashIsoImageBasedTrickPlaySettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:intervalCadence:DashIsoImageBasedTrickPlaySettings', dashIsoImageBasedTrickPlaySettings_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.

$sel:thumbnailHeight:DashIsoImageBasedTrickPlaySettings', dashIsoImageBasedTrickPlaySettings_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.

$sel:thumbnailInterval:DashIsoImageBasedTrickPlaySettings', dashIsoImageBasedTrickPlaySettings_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.

$sel:thumbnailWidth:DashIsoImageBasedTrickPlaySettings', dashIsoImageBasedTrickPlaySettings_thumbnailWidth - Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.

$sel:tileHeight:DashIsoImageBasedTrickPlaySettings', dashIsoImageBasedTrickPlaySettings_tileHeight - Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.

$sel:tileWidth:DashIsoImageBasedTrickPlaySettings', dashIsoImageBasedTrickPlaySettings_tileWidth - Number of thumbnails in each row of a tile image. Set a value between 1 and 512.

dashIsoImageBasedTrickPlaySettings_intervalCadence :: Lens' DashIsoImageBasedTrickPlaySettings (Maybe DashIsoIntervalCadence) Source #

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.

dashIsoImageBasedTrickPlaySettings_thumbnailHeight :: Lens' DashIsoImageBasedTrickPlaySettings (Maybe Natural) Source #

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.

dashIsoImageBasedTrickPlaySettings_thumbnailInterval :: Lens' DashIsoImageBasedTrickPlaySettings (Maybe Double) Source #

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.

dashIsoImageBasedTrickPlaySettings_thumbnailWidth :: Lens' DashIsoImageBasedTrickPlaySettings (Maybe Natural) Source #

Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.

dashIsoImageBasedTrickPlaySettings_tileHeight :: Lens' DashIsoImageBasedTrickPlaySettings (Maybe Natural) Source #

Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.

dashIsoImageBasedTrickPlaySettings_tileWidth :: Lens' DashIsoImageBasedTrickPlaySettings (Maybe Natural) Source #

Number of thumbnails in each row of a tile image. Set a value between 1 and 512.