General_properties
Name | Type | Description |
---|---|---|
enabled | boolean | Enable this analyze operation. |
mov_atom_descriptor_style | enum 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 general_properties
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": {
"volume": {
"enabled": true
}
},
"video": {
"black": {
"duration_sec": 5,
"enabled": true
}
}
}
}
}