Dolby_audio_encoder
Name | Type | Description |
---|---|---|
location | object | A location that overrides any location defined within the parents of this encode target. |
music_mode | boolean | Dolby Atmos Music encoding. Valid for codecs: ddp_joc and ac4_ims. Set to true for encoding music content. |
targets | array | An 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
}
]
}
]
}
}