A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaConvert/Types/Eac3Settings.html below:

Eac3Settings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::Eac3Settings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #attenuation_control ⇒ String

If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.

Possible values:

#bitrate ⇒ Integer

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

#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).

Possible values:

#coding_mode ⇒ String

Dolby Digital Plus coding mode. Determines number of channels.

Possible values:

#dc_filter ⇒ String

Activates a DC highpass filter for all input channels.

Possible values:

#dialnorm ⇒ Integer

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

#dynamic_range_compression_line ⇒ String

Specify the absolute peak level for a signal with dynamic range compression.

Possible values:

#dynamic_range_compression_rf ⇒ String

Specify how the service limits the audio dynamic range when compressing the audio.

Possible values:

#lfe_control ⇒ String

When encoding 3/2 audio, controls whether the LFE channel is enabled

Possible values:

#lfe_filter ⇒ String

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

Possible values:

#lo_ro_center_mix_level ⇒ Float

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 ⇒ Float

Specify 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 ⇒ Float

Specify 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 ⇒ Float

Specify 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 ⇒ String

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.

Possible values:

#passthrough_control ⇒ String

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:

#phase_control ⇒ String

Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.

Possible values:

#sample_rate ⇒ Integer

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

#stereo_downmix ⇒ String

Choose 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:

#surround_ex_mode ⇒ String

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:

#surround_mode ⇒ String

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