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/AudioNormalizationSettings.html below:

AudioNormalizationSettings — 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::AudioNormalizationSettings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing AudioNormalizationSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  algorithm: "ITU_BS_1770_1",   algorithm_control: "CORRECT_AUDIO",   correction_gate_level: 1,
  loudness_logging: "LOG",   peak_calculation: "TRUE_PEAK",   target_lkfs: 1.0,
}

Advanced audio normalization settings. Ignore these settings unless you need to comply with a loudness standard.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #algorithm ⇒ String

Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness. A measurement of ungated average loudness for an entire piece of content, suitable for measurement of short-form content under ATSC recommendation A/85. Supports up to 5.1 audio channels. ITU-R BS.1770-2: Gated loudness. A measurement of gated average loudness compliant with the requirements of EBU-R128. Supports up to 5.1 audio channels. ITU-R BS.1770-3: Modified peak. The same loudness measurement algorithm as 1770-2, with an updated true peak measurement. ITU-R BS.1770-4: Higher channel count. Allows for more audio channels than the other algorithms, including configurations such as 7.1.

Possible values:

#algorithm_control ⇒ String

When enabled the output audio is corrected using the chosen algorithm. If disabled, the audio will be measured but not adjusted.

Possible values:

#correction_gate_level ⇒ Integer

Content measuring above this level will be corrected to the target level. Content measuring below this level will not be corrected.

#loudness_logging ⇒ String

If set to LOG, log each output\'s audio track loudness to a CSV file.

Possible values:

#peak_calculation ⇒ String

If set to TRUE_PEAK, calculate and log the TruePeak for each output\'s audio track loudness.

Possible values:

#target_lkfs ⇒ Float

When you use Audio normalization (AudioNormalizationSettings), optionally use this setting to specify a target loudness. If you don\'t specify a value here, the encoder chooses a value for you, based on the algorithm that you choose for Algorithm (algorithm). If you choose algorithm 1770-1, the encoder will choose -24 LKFS; otherwise, the encoder will choose -23 LKFS.


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