Skip to main content

Mov_atoms

NameTypeDescription
no_empty_elstbooleanAvoid writing an initial elst entry in edts.
no_negative_ctsbooleanAvoiding negative cts (in mov and mp4) to support quicktime 7.* and lower.

Example mov_atoms

{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {
},
"targets": [
{
"file_pattern": "{source_basename}.mp4",
"container": {
"kind": "mov",
"mov_atoms": {
"no_empty_elst": true,
"no_negative_cts": true
}
},
"video": {
},
"audio": [
]
}
]
}
}