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

Description

 
Synopsis

Documentation

data Xavc4kProfileSettings Source #

Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.

See: newXavc4kProfileSettings smart constructor.

Constructors

Xavc4kProfileSettings' 

Fields

  • qualityTuningLevel :: Maybe Xavc4kProfileQualityTuningLevel

    Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

  • hrdBufferSize :: Maybe Natural

    Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.

  • slices :: Maybe Natural

    Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.

  • bitrateClass :: Maybe Xavc4kProfileBitrateClass

    Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

  • flickerAdaptiveQuantization :: Maybe XavcFlickerAdaptiveQuantization

    The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive quantization (XavcAdaptiveQuantization). When you do so, MediaConvert automatically applies the best types of quantization for your video content. Include this setting in your JSON job specification only when you choose to change the default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization (adaptiveQuantization) to a value other than Off (OFF) or Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.

  • codecProfile :: Maybe Xavc4kProfileCodecProfile

    Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.

  • gopBReference :: Maybe XavcGopBReference

    Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to prevent the encoder from using B-frames as reference frames.

  • gopClosedCadence :: Maybe Natural

    Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.

Instances

Instances details
Eq Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

Read Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

Show Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

Generic Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

Associated Types

type Rep Xavc4kProfileSettings :: Type -> Type #

NFData Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

Methods

rnf :: Xavc4kProfileSettings -> () #

Hashable Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

ToJSON Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

FromJSON Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

type Rep Xavc4kProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kProfileSettings

newXavc4kProfileSettings :: Xavc4kProfileSettings Source #

Create a value of Xavc4kProfileSettings 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:Xavc4kProfileSettings', xavc4kProfileSettings_qualityTuningLevel - Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

$sel:hrdBufferSize:Xavc4kProfileSettings', xavc4kProfileSettings_hrdBufferSize - Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.

$sel:slices:Xavc4kProfileSettings', xavc4kProfileSettings_slices - Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.

$sel:bitrateClass:Xavc4kProfileSettings', xavc4kProfileSettings_bitrateClass - Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

$sel:flickerAdaptiveQuantization:Xavc4kProfileSettings', xavc4kProfileSettings_flickerAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive quantization (XavcAdaptiveQuantization). When you do so, MediaConvert automatically applies the best types of quantization for your video content. Include this setting in your JSON job specification only when you choose to change the default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization (adaptiveQuantization) to a value other than Off (OFF) or Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.

$sel:codecProfile:Xavc4kProfileSettings', xavc4kProfileSettings_codecProfile - Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.

$sel:gopBReference:Xavc4kProfileSettings', xavc4kProfileSettings_gopBReference - Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to prevent the encoder from using B-frames as reference frames.

$sel:gopClosedCadence:Xavc4kProfileSettings', xavc4kProfileSettings_gopClosedCadence - Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.

xavc4kProfileSettings_qualityTuningLevel :: Lens' Xavc4kProfileSettings (Maybe Xavc4kProfileQualityTuningLevel) Source #

Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

xavc4kProfileSettings_hrdBufferSize :: Lens' Xavc4kProfileSettings (Maybe Natural) Source #

Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.

xavc4kProfileSettings_slices :: Lens' Xavc4kProfileSettings (Maybe Natural) Source #

Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures.

xavc4kProfileSettings_bitrateClass :: Lens' Xavc4kProfileSettings (Maybe Xavc4kProfileBitrateClass) Source #

Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

xavc4kProfileSettings_flickerAdaptiveQuantization :: Lens' Xavc4kProfileSettings (Maybe XavcFlickerAdaptiveQuantization) Source #

The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive quantization (XavcAdaptiveQuantization). When you do so, MediaConvert automatically applies the best types of quantization for your video content. Include this setting in your JSON job specification only when you choose to change the default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization (adaptiveQuantization) to a value other than Off (OFF) or Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.

xavc4kProfileSettings_codecProfile :: Lens' Xavc4kProfileSettings (Maybe Xavc4kProfileCodecProfile) Source #

Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.

xavc4kProfileSettings_gopBReference :: Lens' Xavc4kProfileSettings (Maybe XavcGopBReference) Source #

Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to prevent the encoder from using B-frames as reference frames.

xavc4kProfileSettings_gopClosedCadence :: Lens' Xavc4kProfileSettings (Maybe Natural) Source #

Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.