Container
Name | Type | Description |
---|---|---|
kind | enum elementary mp4 mpegts mpeg2ts adm damf mxf_iab fmp4 loas | The container (i.e. multiplexing) format. |
brand | string | Setting the ftyp of a mp4/mov/3g file. Example: '3gp5'. |
compatible_brands | array | Appending to compatible ftyp(s) of a mp4/mov/3g file. Example: '["3gp5"]'. |
forced_compatible_brands | array | 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
}
]
}
]
}
}