You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::Eac3SettingsWhen passing Eac3Settings as input to an Aws::Client method, you can use a vanilla Hash:
{
attenuation_control: "ATTENUATE_3_DB", bitrate: 1,
bitstream_mode: "COMPLETE_MAIN", coding_mode: "CODING_MODE_1_0", dc_filter: "ENABLED", dialnorm: 1,
dynamic_range_compression_line: "NONE", dynamic_range_compression_rf: "NONE", lfe_control: "LFE", lfe_filter: "ENABLED", lo_ro_center_mix_level: 1.0,
lo_ro_surround_mix_level: 1.0,
lt_rt_center_mix_level: 1.0,
lt_rt_surround_mix_level: 1.0,
metadata_control: "FOLLOW_INPUT", passthrough_control: "WHEN_POSSIBLE", phase_control: "SHIFT_90_DEGREES", sample_rate: 1,
stereo_downmix: "NOT_INDICATED", surround_ex_mode: "NOT_INDICATED", surround_mode: "NOT_INDICATED", }
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3.
Returned by:
Instance Attribute Summary collapseIf set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels.
Specify the average bitrate in bits per second.
Specify the bitstream mode for the E-AC-3 stream that the encoder emits.
Dolby Digital Plus coding mode.
Activates a DC highpass filter for all input channels.
Sets the dialnorm for the output.
Specify the absolute peak level for a signal with dynamic range compression.
Specify how the service limits the audio dynamic range when compressing the audio.
When encoding 3/2 audio, controls whether the LFE channel is enabled
Possible values:
.
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.
Specify a value for the following Dolby Digital Plus setting: Left only/Right only center mix (Lo/Ro center).
Specify a value for the following Dolby Digital Plus setting: Left only/Right only (Lo/Ro surround).
Specify a value for the following Dolby Digital Plus setting: Left total/Right total center mix (Lt/Rt center).
Specify a value for the following Dolby Digital Plus setting: Left total/Right total surround mix (Lt/Rt surround).
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.
When set to WHEN_POSSIBLE, input DD+ audio will be passed through if it is present on the input.
Controls the amount of phase-shift applied to the surround channels.
This value is always 48000.
Choose how the service does stereo downmixing.
When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.
When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.
If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.
Possible values:
Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.
#bitstream_mode ⇒ StringSpecify 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).
Possible values:
Dolby Digital Plus coding mode. Determines number of channels.
Possible values:
Activates a DC highpass filter for all input channels.
Possible values:
Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through.
#dynamic_range_compression_line ⇒ StringSpecify the absolute peak level for a signal with dynamic range compression.
Possible values:
Specify how the service limits the audio dynamic range when compressing the audio.
Possible values:
When encoding 3/2 audio, controls whether the LFE channel is enabled
Possible values:
Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.
Possible values:
Specify a value for the following Dolby Digital Plus setting: Left only/Right only center mix (Lo/Ro center). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left only/Right only center (loRoCenterMixLevel).
#lo_ro_surround_mix_level ⇒ FloatSpecify a value for the following Dolby Digital Plus setting: Left only/Right only (Lo/Ro surround). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left only/Right only surround (loRoSurroundMixLevel).
#lt_rt_center_mix_level ⇒ FloatSpecify a value for the following Dolby Digital Plus setting: Left total/Right total center mix (Lt/Rt center). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left total/Right total center (ltRtCenterMixLevel).
#lt_rt_surround_mix_level ⇒ FloatSpecify a value for the following Dolby Digital Plus setting: Left total/Right total surround mix (Lt/Rt surround). MediaConvert uses this value for downmixing. How the service uses this value depends on the value that you choose for Stereo downmix (Eac3StereoDownmix). Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Left total/Right total surround (ltRtSurroundMixLevel).
#metadata_control ⇒ StringWhen 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.
Possible values:
When set to WHEN_POSSIBLE, input DD+ audio will be passed through if it is present on the input. this detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.
Possible values:
Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.
Possible values:
This value is always 48000. It represents the sample rate in Hz.
#stereo_downmix ⇒ StringChoose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Stereo downmix (Eac3StereoDownmix).
Possible values:
When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.
Possible values:
When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4