Mov_atoms
Name | Type | Description |
---|---|---|
no_empty_elst | boolean | Avoid writing an initial elst entry in edts. |
no_negative_cts | boolean | Avoiding 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": [
]
}
]
}
}