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

Description

 
Synopsis

Documentation

data Ac3Settings Source #

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.

See: newAc3Settings smart constructor.

Constructors

Ac3Settings' 

Fields

  • lfeFilter :: Maybe Ac3LfeFilter

    Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.

  • dynamicRangeCompressionLine :: Maybe Ac3DynamicRangeCompressionLine

    Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

  • metadataControl :: Maybe Ac3MetadataControl

    When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.

  • bitstreamMode :: Maybe Ac3BitstreamMode

    Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).

  • dynamicRangeCompressionRf :: Maybe Ac3DynamicRangeCompressionRf

    Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

  • codingMode :: Maybe Ac3CodingMode

    Dolby Digital coding mode. Determines number of channels.

  • sampleRate :: Maybe Natural

    This value is always 48000. It represents the sample rate in Hz.

  • dynamicRangeCompressionProfile :: Maybe Ac3DynamicRangeCompressionProfile

    When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile (DynamicRangeCompressionProfile). The mode-specific settings are Dynamic range compression profile, line mode (dynamicRangeCompressionLine) and Dynamic range compression profile, RF mode (dynamicRangeCompressionRf). Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None (NONE) to leave out DRC signaling. Keep the default Film standard (FILM_STANDARD) to set the profile to Dolby's film standard profile for all operating modes.

  • bitrate :: Maybe Natural

    Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.

  • dialnorm :: Maybe Natural

    Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through.

Instances

Instances details
Eq Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

Read Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

Show Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

Generic Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

Associated Types

type Rep Ac3Settings :: Type -> Type #

NFData Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

Methods

rnf :: Ac3Settings -> () #

Hashable Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

ToJSON Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

FromJSON Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

type Rep Ac3Settings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Ac3Settings

type Rep Ac3Settings = D1 ('MetaData "Ac3Settings" "Amazonka.MediaConvert.Types.Ac3Settings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "Ac3Settings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lfeFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ac3LfeFilter)) :*: S1 ('MetaSel ('Just "dynamicRangeCompressionLine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ac3DynamicRangeCompressionLine))) :*: (S1 ('MetaSel ('Just "metadataControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ac3MetadataControl)) :*: (S1 ('MetaSel ('Just "bitstreamMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ac3BitstreamMode)) :*: S1 ('MetaSel ('Just "dynamicRangeCompressionRf") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ac3DynamicRangeCompressionRf))))) :*: ((S1 ('MetaSel ('Just "codingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ac3CodingMode)) :*: S1 ('MetaSel ('Just "sampleRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "dynamicRangeCompressionProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ac3DynamicRangeCompressionProfile)) :*: (S1 ('MetaSel ('Just "bitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dialnorm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))))

newAc3Settings :: Ac3Settings Source #

Create a value of Ac3Settings 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:lfeFilter:Ac3Settings', ac3Settings_lfeFilter - Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.

$sel:dynamicRangeCompressionLine:Ac3Settings', ac3Settings_dynamicRangeCompressionLine - Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

$sel:metadataControl:Ac3Settings', ac3Settings_metadataControl - When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.

$sel:bitstreamMode:Ac3Settings', ac3Settings_bitstreamMode - Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).

$sel:dynamicRangeCompressionRf:Ac3Settings', ac3Settings_dynamicRangeCompressionRf - Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

$sel:codingMode:Ac3Settings', ac3Settings_codingMode - Dolby Digital coding mode. Determines number of channels.

$sel:sampleRate:Ac3Settings', ac3Settings_sampleRate - This value is always 48000. It represents the sample rate in Hz.

$sel:dynamicRangeCompressionProfile:Ac3Settings', ac3Settings_dynamicRangeCompressionProfile - When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile (DynamicRangeCompressionProfile). The mode-specific settings are Dynamic range compression profile, line mode (dynamicRangeCompressionLine) and Dynamic range compression profile, RF mode (dynamicRangeCompressionRf). Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None (NONE) to leave out DRC signaling. Keep the default Film standard (FILM_STANDARD) to set the profile to Dolby's film standard profile for all operating modes.

$sel:bitrate:Ac3Settings', ac3Settings_bitrate - Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.

$sel:dialnorm:Ac3Settings', ac3Settings_dialnorm - Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through.

ac3Settings_lfeFilter :: Lens' Ac3Settings (Maybe Ac3LfeFilter) Source #

Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.

ac3Settings_dynamicRangeCompressionLine :: Lens' Ac3Settings (Maybe Ac3DynamicRangeCompressionLine) Source #

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

ac3Settings_metadataControl :: Lens' Ac3Settings (Maybe Ac3MetadataControl) Source #

When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.

ac3Settings_bitstreamMode :: Lens' Ac3Settings (Maybe Ac3BitstreamMode) Source #

Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).

ac3Settings_dynamicRangeCompressionRf :: Lens' Ac3Settings (Maybe Ac3DynamicRangeCompressionRf) Source #

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

ac3Settings_codingMode :: Lens' Ac3Settings (Maybe Ac3CodingMode) Source #

Dolby Digital coding mode. Determines number of channels.

ac3Settings_sampleRate :: Lens' Ac3Settings (Maybe Natural) Source #

This value is always 48000. It represents the sample rate in Hz.

ac3Settings_dynamicRangeCompressionProfile :: Lens' Ac3Settings (Maybe Ac3DynamicRangeCompressionProfile) Source #

When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile (DynamicRangeCompressionProfile). The mode-specific settings are Dynamic range compression profile, line mode (dynamicRangeCompressionLine) and Dynamic range compression profile, RF mode (dynamicRangeCompressionRf). Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None (NONE) to leave out DRC signaling. Keep the default Film standard (FILM_STANDARD) to set the profile to Dolby's film standard profile for all operating modes.

ac3Settings_bitrate :: Lens' Ac3Settings (Maybe Natural) Source #

Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.

ac3Settings_dialnorm :: Lens' Ac3Settings (Maybe Natural) Source #

Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through.