Audio
| Name | Type | Description |
|---|---|---|
| codec | enum eac3ddp_jocddp_joc_cbiddp_5.1_atmos_downmixddpac4_imsac4_ajoc | The audio codec to use. |
| channels | integer | The number of audio channels. minimum: 1maximum: 16 |
| bitrate_kb | number | The audio bitrate in kilobits per second. minimum: 1maximum: 1500 |
| layer_id | string | This indicates which Layer this tracks belongs to. For example, this allows bundling one video layer and multiple audio layers with same bitrates but different languages. |
| layer_affinities | array | This indicates which other layers this layer can be combined with. For example, to combine audio and video layers. |
| frame_rate | enum auto23.976242529.9730 | Output frame rate. |
| sample_rate | integer string | The audio sample rate in Hz. Currently, valid only for Dolby Atmos master conversion and xHEAAC encoding. Sample rate should be provided as integer. xHEAAC encoding supports 'auto' configuration. |
| downmix_config | enum offmonostereo5.1 | Audio output channel configuration. |
| lfe_on | boolean | Enables LFE. Affects 5.1 only. |
| lfe_lowpass_filter | boolean | Enables LFE lowpass filter. |
| dolby_surround_mode | enum not_indicatedyesno | Dolby Surround mode. Affects stereo only. |
| dolby_surround_ex_mode | enum not_indicatedyesno | Dolby Digital Surround EX mode. Affects 5.1 and 7.1. |
| surround_90_degree_phase_shift | boolean | 90-degree phase shift to surround channels. Disabled for Dolby Atmos inputs. |
| surround_3db_attenuation | boolean | 3 dB attenuation to surround channels. Disabled for Dolby Atmos inputs. |
| language | string | The language tag to include in the AC-4 stream, for example "eng" or "eng-US". Default is empty. The ISO 639-2 and ISO 639-3 special language codes MIS, MUL, UND, and ZXX, and the language code QAA are not allowed. If the tag is a 3 letter code according to ISO 639-2 that is not compliant to BCP 47, the tag will be converted to its 2 letter equivalent according to ISO 639-1. |
| warp_mode | enum normalwarpingpl2xloro | Edit warpMode metadata in an ADM BWF file. When this option is used, all other target convertion options are ignored. Format change is not possible. |
| iframe_interval | number | I-frame interval expressed in seconds. minimum: 0.5maximum: 10 |
| ipf_interval | number | Immediate Playout Frame interval expressed in seconds. minimum: 1maximum: 60 |
| stream_id | integer | Allows for specifying the stream identifier. Value 0 (default) means that the stream identification will not be signaled. The assigned value should be unique within the adaptive set. Values: [0-65535]. maximum: 65535 |
| filters | array | Specify filters settings for Dolby Audio Encoding task. |
| source | array | Mapping audio tracks. |
Example audio
{
"uid": "dolby_audio_encoder",
"kind": "dolby_audio_encoder",
"payload": {
"location": {
"storage_provider": "s3",
"path": "{{destination_path}}"
},
"targets": [
{
"file_pattern": "{{file_pattern}}.eac3",
"existing_files": "replace",
"container": {
"kind": "elementary"
},
"audio": [
{
"codec": "ddp_joc",
"bitrate_kb": 448
}
]
}
]
}
}