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.AvcIntraUhdSettings

Description

 
Synopsis

Documentation

data AvcIntraUhdSettings Source #

Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K (CLASS_4K_2K). When you set AVC-Intra class to a different value, this object isn't allowed.

See: newAvcIntraUhdSettings smart constructor.

Constructors

AvcIntraUhdSettings' 

Fields

  • qualityTuningLevel :: Maybe AvcIntraUhdQualityTuningLevel

    Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is faster. The default behavior is Single-pass (SINGLE_PASS).

Instances

Instances details
FromJSON AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

ToJSON AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

Generic AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

Associated Types

type Rep AvcIntraUhdSettings :: Type -> Type #

Read AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

Show AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

NFData AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

Methods

rnf :: AvcIntraUhdSettings -> () #

Eq AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

Hashable AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

type Rep AvcIntraUhdSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraUhdSettings

type Rep AvcIntraUhdSettings = D1 ('MetaData "AvcIntraUhdSettings" "Amazonka.MediaConvert.Types.AvcIntraUhdSettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "AvcIntraUhdSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qualityTuningLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvcIntraUhdQualityTuningLevel))))

newAvcIntraUhdSettings :: AvcIntraUhdSettings Source #

Create a value of AvcIntraUhdSettings 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:qualityTuningLevel:AvcIntraUhdSettings', avcIntraUhdSettings_qualityTuningLevel - Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is faster. The default behavior is Single-pass (SINGLE_PASS).

avcIntraUhdSettings_qualityTuningLevel :: Lens' AvcIntraUhdSettings (Maybe AvcIntraUhdQualityTuningLevel) Source #

Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is faster. The default behavior is Single-pass (SINGLE_PASS).