Skip to main content

Scene_change_score

NameTypeDescription
enabledbooleanEnables this analysis type.
thresholdsarray                          An array of thresholds (range 0.1 to 1.0) to trigger a scene change detection.
cutlist_thresholdnumberSets scene change threshold for cutlist generation (range 0.3 to 1.0).
minimum: 0.3
maximum: 1
is_optionalboolean
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
}
}
}
}
}
}