Compressed_stats
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
window_size | number | The window size in seconds to be used for the analysis. |
is_optional | boolean | If the track is not present, do not generate an error. |
Example compressed_stats
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"compressed_stats": {
"enabled": true,
"window_size": 10
}
}
}
}
}
}