Class: Aws::MediaConvert::Types::Eac3AtmosSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Eac3AtmosSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Required when you set Codec to the value EAC3_ATMOS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bitrate ⇒ Integer
Specify the average bitrate for this output in bits per second.
-
#bitstream_mode ⇒ String
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.
-
#coding_mode ⇒ String
The coding mode for Dolby Digital Plus JOC (Atmos).
-
#dialogue_intelligence ⇒ String
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.
-
#downmix_control ⇒ String
Specify whether MediaConvert should use any downmix metadata from your input file.
-
#dynamic_range_compression_line ⇒ String
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode.
-
#dynamic_range_compression_rf ⇒ String
Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode.
-
#dynamic_range_control ⇒ String
Specify whether MediaConvert should use any dynamic range control metadata from your input file.
-
#lo_ro_center_mix_level ⇒ Float
Specify a value for the following Dolby Atmos setting: Left only/Right only center mix (Lo/Ro center).
-
#lo_ro_surround_mix_level ⇒ Float
Specify a value for the following Dolby Atmos setting: Left only/Right only.
-
#lt_rt_center_mix_level ⇒ Float
Specify a value for the following Dolby Atmos setting: Left total/Right total center mix (Lt/Rt center).
-
#lt_rt_surround_mix_level ⇒ Float
Specify a value for the following Dolby Atmos setting: Left total/Right total surround mix (Lt/Rt surround).
-
#metering_mode ⇒ String
Choose how the service meters the loudness of your audio.
-
#sample_rate ⇒ Integer
This value is always 48000.
-
#speech_threshold ⇒ Integer
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.
-
#stereo_downmix ⇒ String
Choose how the service does stereo downmixing.
-
#surround_ex_mode ⇒ String
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.
Instance Attribute Details
#bitrate ⇒ Integer
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.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#bitstream_mode ⇒ String
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).
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#coding_mode ⇒ String
The coding mode for Dolby Digital Plus JOC (Atmos).
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#dialogue_intelligence ⇒ String
Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#downmix_control ⇒ String
Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default value, Custom to provide downmix values in your job settings. Choose Follow source to use the metadata from your input. Related settings–Use these settings to specify your downmix values: Left only/Right only surround, Left total/Right total surround, Left total/Right total center, Left only/Right only center, and Stereo downmix. When you keep Custom for Downmix control and you don’t specify values for the related settings, MediaConvert uses default values for those settings.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#dynamic_range_compression_line ⇒ String
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 Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression line. For information about the Dolby DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#dynamic_range_compression_rf ⇒ String
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 Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression RF. For information about the Dolby DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#dynamic_range_control ⇒ String
Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep the default value, Custom, to provide dynamic range control values in your job settings. Choose Follow source to use the metadata from your input. Related settings–Use these settings to specify your dynamic range control values: Dynamic range compression line and Dynamic range compression RF. When you keep the value Custom for Dynamic range control and you don’t specify values for the related settings, MediaConvert uses default values for those settings.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#lo_ro_center_mix_level ⇒ Float
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. 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. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left only/Right only center.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#lo_ro_surround_mix_level ⇒ Float
Specify a value for the following Dolby Atmos setting: Left only/Right only. MediaConvert uses this value for downmixing. Default value: -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. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left only/Right only surround.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#lt_rt_center_mix_level ⇒ Float
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 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. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Left total/Right total center.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#lt_rt_surround_mix_level ⇒ Float
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 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. Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, the service ignores Left total/Right total surround.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#metering_mode ⇒ String
Choose how the service meters the loudness of your audio.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#sample_rate ⇒ Integer
This value is always 48000. It represents the sample rate in Hz.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#speech_threshold ⇒ Integer
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%
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#stereo_downmix ⇒ String
Choose how the service does stereo downmixing. Default value: Not indicated Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Stereo downmix.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |
#surround_ex_mode ⇒ String
Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.
4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4480 class Eac3AtmosSettings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialogue_intelligence, :downmix_control, :dynamic_range_compression_line, :dynamic_range_compression_rf, :dynamic_range_control, :lo_ro_center_mix_level, :lo_ro_surround_mix_level, :lt_rt_center_mix_level, :lt_rt_surround_mix_level, :metering_mode, :sample_rate, :speech_threshold, :stereo_downmix, :surround_ex_mode) SENSITIVE = [] include Aws::Structure end |