Skip to main content

Freeze_frames

NameTypeDescription
thresholdnumberThe threshold value for determining frame similarity.
min_duration_secnumberThe minimum duration (in seconds) for a frame to be considered a freeze frame.

Example freeze_frames

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"content_variance": {
"enabled": true,
"freeze_frames": {
"threshold": .01,
"min_duration_sec": 1
}
}
}
}
}
}