libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.Av1QvbrSettings

Description

 
Synopsis

Documentation

data Av1QvbrSettings Source #

Settings for quality-defined variable bitrate encoding with the H.265 codec. Use these settings only when you set QVBR for Rate control mode (RateControlMode).

See: newAv1QvbrSettings smart constructor.

Constructors

Av1QvbrSettings' 

Fields

  • qvbrQualityLevelFineTune :: Maybe Double

    Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25, your actual QVBR quality level is 7.33.

  • qvbrQualityLevel :: Maybe Natural

    Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality level for this output. MediaConvert determines the right number of bits to use for each part of the video to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks a quality level for you, based on characteristics of your input video. If you prefer to specify a quality level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9. Optionally, to specify a value between whole numbers, also provide a value for the setting qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.

Instances

Instances details
Eq Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

Read Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

Show Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

Generic Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

Associated Types

type Rep Av1QvbrSettings :: Type -> Type #

NFData Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

Methods

rnf :: Av1QvbrSettings -> () #

Hashable Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

ToJSON Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

FromJSON Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

type Rep Av1QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1QvbrSettings

type Rep Av1QvbrSettings = D1 ('MetaData "Av1QvbrSettings" "Amazonka.MediaConvert.Types.Av1QvbrSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "Av1QvbrSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "qvbrQualityLevelFineTune") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "qvbrQualityLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newAv1QvbrSettings :: Av1QvbrSettings Source #

Create a value of Av1QvbrSettings 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:qvbrQualityLevelFineTune:Av1QvbrSettings', av1QvbrSettings_qvbrQualityLevelFineTune - Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25, your actual QVBR quality level is 7.33.

$sel:qvbrQualityLevel:Av1QvbrSettings', av1QvbrSettings_qvbrQualityLevel - Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality level for this output. MediaConvert determines the right number of bits to use for each part of the video to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks a quality level for you, based on characteristics of your input video. If you prefer to specify a quality level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9. Optionally, to specify a value between whole numbers, also provide a value for the setting qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.

av1QvbrSettings_qvbrQualityLevelFineTune :: Lens' Av1QvbrSettings (Maybe Double) Source #

Optional. Specify a value here to set the QVBR quality to a level that is between whole numbers. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33. MediaConvert rounds your QVBR quality level to the nearest third of a whole number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune to .25, your actual QVBR quality level is 7.33.

av1QvbrSettings_qvbrQualityLevel :: Lens' Av1QvbrSettings (Maybe Natural) Source #

Use this setting only when you set Rate control mode (RateControlMode) to QVBR. Specify the target quality level for this output. MediaConvert determines the right number of bits to use for each part of the video to maintain the video quality that you specify. When you keep the default value, AUTO, MediaConvert picks a quality level for you, based on characteristics of your input video. If you prefer to specify a quality level, specify a number from 1 through 10. Use higher numbers for greater quality. Level 10 results in nearly lossless compression. The quality level for most broadcast-quality transcodes is between 6 and 9. Optionally, to specify a value between whole numbers, also provide a value for the setting qvbrQualityLevelFineTune. For example, if you want your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.