class Aws::MediaConvert::Types::AudioNormalizationSettings


@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AudioNormalizationSettings AWS API Documentation
@return [Float]
otherwise, the encoder will choose -23 LKFS.
you choose algorithm 1770-1, the encoder will choose -24 LKFS;
based on the algorithm that you choose for Algorithm (algorithm). If
don’t specify a value here, the encoder chooses a value for you,
optionally use this setting to specify a target loudness. If you
When you use Audio normalization (AudioNormalizationSettings),
@!attribute [rw] target_lkfs
@return [String]
output’s audio track loudness.
If set to TRUE_PEAK, calculate and log the TruePeak for each
@!attribute [rw] peak_calculation
@return [String]
file.
If set to LOG, log each output’s audio track loudness to a CSV
@!attribute [rw] loudness_logging
@return [Integer]
level. Content measuring below this level will not be corrected.
Content measuring above this level will be corrected to the target
@!attribute [rw] correction_gate_level
@return [String]
algorithm. If disabled, the audio will be measured but not adjusted.
When enabled the output audio is corrected using the chosen
@!attribute [rw] algorithm_control
@return [String]
algorithms, including configurations such as 7.1.
channel count. Allows for more audio channels than the other
with an updated true peak measurement. ITU-R BS.1770-4: Higher
Modified peak. The same loudness measurement algorithm as 1770-2,
EBU-R128. Supports up to 5.1 audio channels. ITU-R BS.1770-3:
of gated average loudness compliant with the requirements of
5.1 audio channels. ITU-R BS.1770-2: Gated loudness. A measurement
short-form content under ATSC recommendation A/85. Supports up to
loudness for an entire piece of content, suitable for measurement of
BS.1770-1: Ungated loudness. A measurement of ungated average
Choose one of the following audio normalization algorithms: ITU-R
@!attribute [rw] algorithm
}
target_lkfs: 1.0,
peak_calculation: “TRUE_PEAK”, # accepts TRUE_PEAK, NONE
loudness_logging: “LOG”, # accepts LOG, DONT_LOG
correction_gate_level: 1,
algorithm_control: “CORRECT_AUDIO”, # accepts CORRECT_AUDIO, MEASURE_ONLY
algorithm: “ITU_BS_1770_1”, # accepts ITU_BS_1770_1, ITU_BS_1770_2, ITU_BS_1770_3, ITU_BS_1770_4
{
data as a hash:
@note When making an API call, you may pass AudioNormalizationSettings
you need to comply with a loudness standard.
Advanced audio normalization settings. Ignore these settings unless