Skip to main content

Dolby_audio_encoder

NameTypeDescription
locationobjectA location that overrides any location defined within the parents of this encode target.
music_modebooleanDolby Atmos Music encoding. Valid for codecs: ddp_joc and ac4_ims. Set to true for encoding music content.
targetsarrayAn array of target outputs. Each target specifies a location, container, video, and audio properties.

Example dolby_audio_encoder

{
"uid": "dolby_audio_encoder",
"kind": "dolby_audio_encoder",
"payload": {
"location": {
"storage_provider": "s3",
"path": "{{destination_path}}"
},
"music_mode": true,
"targets": [
{
"file_pattern": "{{file_pattern}}.eac3",
"existing_files": "replace",
"container": {
"kind": "elementary"
},
"audio": [
{
"codec": "ddp_joc",
"bitrate_kb": 448
}
]
}
]
}
}