Skip to main content

Result

NameTypeDescription
mov_atom_descriptor_styleenum                          
none
condensed
by_track
full
"none": do not list atoms. "condensed": pick the most important atoms and list linearly with the belonging tracks. "by_track": show the full hierarchy but list along with tracks. "full": show the full file hierarchy in the asset element.

Example result

{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket/my_output_folder"
},
"options": {
"delete_sources": true,
"result": {
"mov_atom_descriptor_style": "full"
}
},
"targets": [
{
"file_pattern": "{source_basename}_converted.mp4",
"container": {
},
"video": {
},
"audio": [
{
}
]
}
]
}
}