public static interface Eac3AtmosSettings.Builder extends SdkPojo, CopyableBuilder<Eac3AtmosSettings.Builder,Eac3AtmosSettings>
Modifier and Type | Method and Description |
---|---|
Eac3AtmosSettings.Builder |
bitrate(Integer bitrate)
Specify the average bitrate for this output in bits per second.
|
Eac3AtmosSettings.Builder |
bitstreamMode(Eac3AtmosBitstreamMode bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.
|
Eac3AtmosSettings.Builder |
bitstreamMode(String bitstreamMode)
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.
|
Eac3AtmosSettings.Builder |
codingMode(Eac3AtmosCodingMode codingMode)
The coding mode for Dolby Digital Plus JOC (Atmos).
|
Eac3AtmosSettings.Builder |
codingMode(String codingMode)
The coding mode for Dolby Digital Plus JOC (Atmos).
|
Eac3AtmosSettings.Builder |
dialogueIntelligence(Eac3AtmosDialogueIntelligence dialogueIntelligence)
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.
|
Eac3AtmosSettings.Builder |
dialogueIntelligence(String dialogueIntelligence)
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.
|
Eac3AtmosSettings.Builder |
downmixControl(Eac3AtmosDownmixControl downmixControl)
Specify whether MediaConvert should use any downmix metadata from your input file.
|
Eac3AtmosSettings.Builder |
downmixControl(String downmixControl)
Specify whether MediaConvert should use any downmix metadata from your input file.
|
Eac3AtmosSettings.Builder |
dynamicRangeCompressionLine(Eac3AtmosDynamicRangeCompressionLine dynamicRangeCompressionLine)
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the
Dolby stream for the line operating mode.
|
Eac3AtmosSettings.Builder |
dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the
Dolby stream for the line operating mode.
|
Eac3AtmosSettings.Builder |
dynamicRangeCompressionRf(Eac3AtmosDynamicRangeCompressionRf dynamicRangeCompressionRf)
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the
Dolby stream for the RF operating mode.
|
Eac3AtmosSettings.Builder |
dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the
Dolby stream for the RF operating mode.
|
Eac3AtmosSettings.Builder |
dynamicRangeControl(Eac3AtmosDynamicRangeControl dynamicRangeControl)
Specify whether MediaConvert should use any dynamic range control metadata from your input file.
|
Eac3AtmosSettings.Builder |
dynamicRangeControl(String dynamicRangeControl)
Specify whether MediaConvert should use any dynamic range control metadata from your input file.
|
Eac3AtmosSettings.Builder |
loRoCenterMixLevel(Double loRoCenterMixLevel)
Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center).
|
Eac3AtmosSettings.Builder |
loRoSurroundMixLevel(Double loRoSurroundMixLevel)
Specify a value for the following Dolby Atmos setting: Left only/Right only (Lo/Ro surround).
|
Eac3AtmosSettings.Builder |
ltRtCenterMixLevel(Double ltRtCenterMixLevel)
Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt center).
|
Eac3AtmosSettings.Builder |
ltRtSurroundMixLevel(Double ltRtSurroundMixLevel)
Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt surround).
|
Eac3AtmosSettings.Builder |
meteringMode(Eac3AtmosMeteringMode meteringMode)
Choose how the service meters the loudness of your audio.
|
Eac3AtmosSettings.Builder |
meteringMode(String meteringMode)
Choose how the service meters the loudness of your audio.
|
Eac3AtmosSettings.Builder |
sampleRate(Integer sampleRate)
This value is always 48000.
|
Eac3AtmosSettings.Builder |
speechThreshold(Integer speechThreshold)
Specify the percentage of audio content, from 0% to 100%, that must be speech in order for the encoder to use
the measured speech loudness as the overall program loudness.
|
Eac3AtmosSettings.Builder |
stereoDownmix(Eac3AtmosStereoDownmix stereoDownmix)
Choose how the service does stereo downmixing.
|
Eac3AtmosSettings.Builder |
stereoDownmix(String stereoDownmix)
Choose how the service does stereo downmixing.
|
Eac3AtmosSettings.Builder |
surroundExMode(Eac3AtmosSurroundExMode surroundExMode)
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left
and right surround channels.
|
Eac3AtmosSettings.Builder |
surroundExMode(String surroundExMode)
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left
and right surround channels.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Eac3AtmosSettings.Builder bitrate(Integer bitrate)
bitrate
- Specify the average bitrate for this output in bits per second. Valid values: 384k, 448k, 576k, 640k,
768k, 1024k Default value: 448k Note that MediaConvert supports 384k only with channel-based immersive
(CBI) 7.1.4 and 5.1.4 inputs. For CBI 9.1.6 and other input types, MediaConvert automatically
increases your output bitrate to 448k.Eac3AtmosSettings.Builder bitstreamMode(String bitstreamMode)
bitstreamMode
- Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about
the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).Eac3AtmosBitstreamMode
,
Eac3AtmosBitstreamMode
Eac3AtmosSettings.Builder bitstreamMode(Eac3AtmosBitstreamMode bitstreamMode)
bitstreamMode
- Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about
the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).Eac3AtmosBitstreamMode
,
Eac3AtmosBitstreamMode
Eac3AtmosSettings.Builder codingMode(String codingMode)
codingMode
- The coding mode for Dolby Digital Plus JOC (Atmos).Eac3AtmosCodingMode
,
Eac3AtmosCodingMode
Eac3AtmosSettings.Builder codingMode(Eac3AtmosCodingMode codingMode)
codingMode
- The coding mode for Dolby Digital Plus JOC (Atmos).Eac3AtmosCodingMode
,
Eac3AtmosCodingMode
Eac3AtmosSettings.Builder dialogueIntelligence(String dialogueIntelligence)
dialogueIntelligence
- Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.Eac3AtmosDialogueIntelligence
,
Eac3AtmosDialogueIntelligence
Eac3AtmosSettings.Builder dialogueIntelligence(Eac3AtmosDialogueIntelligence dialogueIntelligence)
dialogueIntelligence
- Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.Eac3AtmosDialogueIntelligence
,
Eac3AtmosDialogueIntelligence
Eac3AtmosSettings.Builder downmixControl(String downmixControl)
downmixControl
- Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default
value, Custom (SPECIFIED) to provide downmix values in your job settings. Choose Follow source
(INITIALIZE_FROM_SOURCE) to use the metadata from your input. Related settings--Use these settings to
specify your downmix values: Left only/Right only surround (LoRoSurroundMixLevel), Left total/Right
total surround (LtRtSurroundMixLevel), Left total/Right total center (LtRtCenterMixLevel), Left
only/Right only center (LoRoCenterMixLevel), and Stereo downmix (StereoDownmix). When you keep Custom
(SPECIFIED) for Downmix control (DownmixControl) and you don't specify values for the related
settings, MediaConvert uses default values for those settings.Eac3AtmosDownmixControl
,
Eac3AtmosDownmixControl
Eac3AtmosSettings.Builder downmixControl(Eac3AtmosDownmixControl downmixControl)
downmixControl
- Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default
value, Custom (SPECIFIED) to provide downmix values in your job settings. Choose Follow source
(INITIALIZE_FROM_SOURCE) to use the metadata from your input. Related settings--Use these settings to
specify your downmix values: Left only/Right only surround (LoRoSurroundMixLevel), Left total/Right
total surround (LtRtSurroundMixLevel), Left total/Right total center (LtRtCenterMixLevel), Left
only/Right only center (LoRoCenterMixLevel), and Stereo downmix (StereoDownmix). When you keep Custom
(SPECIFIED) for Downmix control (DownmixControl) and you don't specify values for the related
settings, MediaConvert uses default values for those settings.Eac3AtmosDownmixControl
,
Eac3AtmosDownmixControl
Eac3AtmosSettings.Builder dynamicRangeCompressionLine(String dynamicRangeCompressionLine)
dynamicRangeCompressionLine
- Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata
in the Dolby stream for the line operating mode. Default value: Film light
(ATMOS_STORAGE_DDP_COMPR_FILM_LIGHT) Related setting: To have MediaConvert use the value you specify
here, keep the default value, Custom (SPECIFIED) for the setting Dynamic range control
(DynamicRangeControl). Otherwise, MediaConvert ignores Dynamic range compression line
(DynamicRangeCompressionLine). For information about the Dolby 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.Eac3AtmosDynamicRangeCompressionLine
,
Eac3AtmosDynamicRangeCompressionLine
Eac3AtmosSettings.Builder dynamicRangeCompressionLine(Eac3AtmosDynamicRangeCompressionLine dynamicRangeCompressionLine)
dynamicRangeCompressionLine
- Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata
in the Dolby stream for the line operating mode. Default value: Film light
(ATMOS_STORAGE_DDP_COMPR_FILM_LIGHT) Related setting: To have MediaConvert use the value you specify
here, keep the default value, Custom (SPECIFIED) for the setting Dynamic range control
(DynamicRangeControl). Otherwise, MediaConvert ignores Dynamic range compression line
(DynamicRangeCompressionLine). For information about the Dolby 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.Eac3AtmosDynamicRangeCompressionLine
,
Eac3AtmosDynamicRangeCompressionLine
Eac3AtmosSettings.Builder dynamicRangeCompressionRf(String dynamicRangeCompressionRf)
dynamicRangeCompressionRf
- Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata
in the Dolby stream for the RF operating mode. Default value: Film light
(ATMOS_STORAGE_DDP_COMPR_FILM_LIGHT) Related setting: To have MediaConvert use the value you specify
here, keep the default value, Custom (SPECIFIED) for the setting Dynamic range control
(DynamicRangeControl). Otherwise, MediaConvert ignores Dynamic range compression RF
(DynamicRangeCompressionRf). For information about the Dolby 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.Eac3AtmosDynamicRangeCompressionRf
,
Eac3AtmosDynamicRangeCompressionRf
Eac3AtmosSettings.Builder dynamicRangeCompressionRf(Eac3AtmosDynamicRangeCompressionRf dynamicRangeCompressionRf)
dynamicRangeCompressionRf
- Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata
in the Dolby stream for the RF operating mode. Default value: Film light
(ATMOS_STORAGE_DDP_COMPR_FILM_LIGHT) Related setting: To have MediaConvert use the value you specify
here, keep the default value, Custom (SPECIFIED) for the setting Dynamic range control
(DynamicRangeControl). Otherwise, MediaConvert ignores Dynamic range compression RF
(DynamicRangeCompressionRf). For information about the Dolby 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.Eac3AtmosDynamicRangeCompressionRf
,
Eac3AtmosDynamicRangeCompressionRf
Eac3AtmosSettings.Builder dynamicRangeControl(String dynamicRangeControl)
dynamicRangeControl
- Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep
the default value, Custom (SPECIFIED), to provide dynamic range control values in your job settings.
Choose Follow source (INITIALIZE_FROM_SOURCE) to use the metadata from your input. Related
settings--Use these settings to specify your dynamic range control values: Dynamic range compression
line (DynamicRangeCompressionLine) and Dynamic range compression RF (DynamicRangeCompressionRf). When
you keep the value Custom (SPECIFIED) for Dynamic range control (DynamicRangeControl) and you don't
specify values for the related settings, MediaConvert uses default values for those settings.Eac3AtmosDynamicRangeControl
,
Eac3AtmosDynamicRangeControl
Eac3AtmosSettings.Builder dynamicRangeControl(Eac3AtmosDynamicRangeControl dynamicRangeControl)
dynamicRangeControl
- Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep
the default value, Custom (SPECIFIED), to provide dynamic range control values in your job settings.
Choose Follow source (INITIALIZE_FROM_SOURCE) to use the metadata from your input. Related
settings--Use these settings to specify your dynamic range control values: Dynamic range compression
line (DynamicRangeCompressionLine) and Dynamic range compression RF (DynamicRangeCompressionRf). When
you keep the value Custom (SPECIFIED) for Dynamic range control (DynamicRangeControl) and you don't
specify values for the related settings, MediaConvert uses default values for those settings.Eac3AtmosDynamicRangeControl
,
Eac3AtmosDynamicRangeControl
Eac3AtmosSettings.Builder loRoCenterMixLevel(Double loRoCenterMixLevel)
loRoCenterMixLevel
- Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center).
MediaConvert uses this value for downmixing. Default value: -3 dB
(ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB). Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
Related setting: How the service uses this value depends on the value that you choose for Stereo
downmix (Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this value, keep the
default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise,
MediaConvert ignores Left only/Right only center (LoRoCenterMixLevel).Eac3AtmosSettings.Builder loRoSurroundMixLevel(Double loRoSurroundMixLevel)
loRoSurroundMixLevel
- Specify a value for the following Dolby Atmos setting: Left only/Right only (Lo/Ro surround).
MediaConvert uses this value for downmixing. Default value: -3 dB
(ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB). Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60
mutes the channel. Related setting: How the service uses this value depends on the value that you
choose for Stereo downmix (Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this
value, keep the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl).
Otherwise, MediaConvert ignores Left only/Right only surround (LoRoSurroundMixLevel).Eac3AtmosSettings.Builder ltRtCenterMixLevel(Double ltRtCenterMixLevel)
ltRtCenterMixLevel
- Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt
center). MediaConvert uses this value for downmixing. Default value: -3 dB
(ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB) Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related
setting: How the service uses this value depends on the value that you choose for Stereo downmix
(Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this value, keep the default
value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise, MediaConvert
ignores Left total/Right total center (LtRtCenterMixLevel).Eac3AtmosSettings.Builder ltRtSurroundMixLevel(Double ltRtSurroundMixLevel)
ltRtSurroundMixLevel
- Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt
surround). MediaConvert uses this value for downmixing. Default value: -3 dB
(ATMOS_STORAGE_DDP_MIXLEV_MINUS_3_DB) Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60
mutes the channel. Related setting: How the service uses this value depends on the value that you
choose for Stereo downmix (Eac3AtmosStereoDownmix). Related setting: To have MediaConvert use this
value, keep the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl).
Otherwise, the service ignores Left total/Right total surround (LtRtSurroundMixLevel).Eac3AtmosSettings.Builder meteringMode(String meteringMode)
meteringMode
- Choose how the service meters the loudness of your audio.Eac3AtmosMeteringMode
,
Eac3AtmosMeteringMode
Eac3AtmosSettings.Builder meteringMode(Eac3AtmosMeteringMode meteringMode)
meteringMode
- Choose how the service meters the loudness of your audio.Eac3AtmosMeteringMode
,
Eac3AtmosMeteringMode
Eac3AtmosSettings.Builder sampleRate(Integer sampleRate)
sampleRate
- This value is always 48000. It represents the sample rate in Hz.Eac3AtmosSettings.Builder speechThreshold(Integer speechThreshold)
speechThreshold
- Specify the percentage of audio content, from 0% to 100%, that must be speech in order for the encoder
to use the measured speech loudness as the overall program loudness. Default value: 15%Eac3AtmosSettings.Builder stereoDownmix(String stereoDownmix)
stereoDownmix
- Choose how the service does stereo downmixing. Default value: Not indicated
(ATMOS_STORAGE_DDP_DMIXMOD_NOT_INDICATED) Related setting: To have MediaConvert use this value, keep
the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise,
MediaConvert ignores Stereo downmix (StereoDownmix).Eac3AtmosStereoDownmix
,
Eac3AtmosStereoDownmix
Eac3AtmosSettings.Builder stereoDownmix(Eac3AtmosStereoDownmix stereoDownmix)
stereoDownmix
- Choose how the service does stereo downmixing. Default value: Not indicated
(ATMOS_STORAGE_DDP_DMIXMOD_NOT_INDICATED) Related setting: To have MediaConvert use this value, keep
the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise,
MediaConvert ignores Stereo downmix (StereoDownmix).Eac3AtmosStereoDownmix
,
Eac3AtmosStereoDownmix
Eac3AtmosSettings.Builder surroundExMode(String surroundExMode)
surroundExMode
- Specify whether your input audio has an additional center rear surround channel matrix encoded into
your left and right surround channels.Eac3AtmosSurroundExMode
,
Eac3AtmosSurroundExMode
Eac3AtmosSettings.Builder surroundExMode(Eac3AtmosSurroundExMode surroundExMode)
surroundExMode
- Specify whether your input audio has an additional center rear surround channel matrix encoded into
your left and right surround channels.Eac3AtmosSurroundExMode
,
Eac3AtmosSurroundExMode
Copyright © 2022. All rights reserved.