Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Ac3Settings

import type { Ac3Settings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.

interface Ac3Settings {
Bitrate?: number | null;
BitstreamMode?: Ac3BitstreamMode | null;
CodingMode?: Ac3CodingMode | null;
Dialnorm?: number | null;
DynamicRangeCompressionLine?: Ac3DynamicRangeCompressionLine | null;
DynamicRangeCompressionProfile?: Ac3DynamicRangeCompressionProfile | null;
DynamicRangeCompressionRf?: Ac3DynamicRangeCompressionRf | null;
LfeFilter?: Ac3LfeFilter | null;
MetadataControl?: Ac3MetadataControl | null;
SampleRate?: number | null;
}

§Properties

§
Bitrate?: number | null
[src]

Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.

§
BitstreamMode?: Ac3BitstreamMode | null
[src]

Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).

§
CodingMode?: Ac3CodingMode | null
[src]

Dolby Digital coding mode. Determines number of channels.

§
Dialnorm?: number | null
[src]

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

§
DynamicRangeCompressionLine?: Ac3DynamicRangeCompressionLine | null
[src]

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

§
DynamicRangeCompressionProfile?: Ac3DynamicRangeCompressionProfile | null
[src]

When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile (DynamicRangeCompressionProfile). The mode-specific settings are Dynamic range compression profile, line mode (dynamicRangeCompressionLine) and Dynamic range compression profile, RF mode (dynamicRangeCompressionRf). Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None (NONE) to leave out DRC signaling. Keep the default Film standard (FILM_STANDARD) to set the profile to Dolby's film standard profile for all operating modes.

§
DynamicRangeCompressionRf?: Ac3DynamicRangeCompressionRf | null
[src]

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

§
LfeFilter?: Ac3LfeFilter | null
[src]

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

§
MetadataControl?: Ac3MetadataControl | null
[src]

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.

§
SampleRate?: number | null
[src]

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