Scene_change_score
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
thresholds | array | An array of thresholds (range 0.1 to 1.0) to trigger a scene change detection. |
cutlist_threshold | number | Sets scene change threshold for cutlist generation (range 0.3 to 1.0). minimum: 0.3 maximum: 1 |
is_optional | boolean | If the track is not present, do not generate an error. |
Example scene_change_score
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"scene_change_score": {
"enabled": true,
"cutlist_threshold": 0.4
}
}
}
}
}
}