Skip to main content

Container

NameTypeDescription
kindenum                          
elementary
mp4
mpegts
mpeg2ts
adm
damf
mxf_iab
fmp4
loas
The container (i.e. multiplexing) format.
brandstringSetting the ftyp of a mp4/mov/3g file. Example: '3gp5'.
compatible_brandsarray                          Appending to compatible ftyp(s) of a mp4/mov/3g file. Example: '["3gp5"]'.
forced_compatible_brandsarray                          Replacing the compatible ftyp(s) of a mp4/mov/3g file. Example: '["3gp5"]'.

Example container

{
"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
}
]
}
]
}
}