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

Description

 
Synopsis

Documentation

data H264QvbrSettings 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: newH264QvbrSettings smart constructor.

Constructors

H264QvbrSettings' 

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.

  • maxAverageBitrate :: Maybe Natural

    Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max average bitrate values suited to the complexity of your input video, the service limits the average bitrate of the video part of this output to the value that you choose. That is, the total size of the video element is less than or equal to the value you set multiplied by the number of seconds of encoded output.

  • 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 H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

Read H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

Show H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

Generic H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

Associated Types

type Rep H264QvbrSettings :: Type -> Type #

NFData H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

Methods

rnf :: H264QvbrSettings -> () #

Hashable H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

ToJSON H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

FromJSON H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

type Rep H264QvbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264QvbrSettings

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

newH264QvbrSettings :: H264QvbrSettings Source #

Create a value of H264QvbrSettings 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:H264QvbrSettings', h264QvbrSettings_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:maxAverageBitrate:H264QvbrSettings', h264QvbrSettings_maxAverageBitrate - Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max average bitrate values suited to the complexity of your input video, the service limits the average bitrate of the video part of this output to the value that you choose. That is, the total size of the video element is less than or equal to the value you set multiplied by the number of seconds of encoded output.

$sel:qvbrQualityLevel:H264QvbrSettings', h264QvbrSettings_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.

h264QvbrSettings_qvbrQualityLevelFineTune :: Lens' H264QvbrSettings (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.

h264QvbrSettings_maxAverageBitrate :: Lens' H264QvbrSettings (Maybe Natural) Source #

Use this setting only when Rate control mode is QVBR and Quality tuning level is Multi-pass HQ. For Max average bitrate values suited to the complexity of your input video, the service limits the average bitrate of the video part of this output to the value that you choose. That is, the total size of the video element is less than or equal to the value you set multiplied by the number of seconds of encoded output.

h264QvbrSettings_qvbrQualityLevel :: Lens' H264QvbrSettings (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.