Skip to main content

Quick_scan

NameTypeDescription
include_startbooleanForces the slices to include the start of the file.
include_endbooleanForces the slices to include the end of the file.
nr_of_slicesintegerNumber of slices to be included in the scan.
slice_duration_secnumberThe duration in seconds of each slice.
slice_interval_secnumberThe interval between slices in seconds.
coverage_percentnumberThe amount of the file to cover. 1 = 1%, 100 = 100%.
scan_intervalsarray                          An array specifying specific intervals to be scanned.

Example quick_scan

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"options": {
"quick_scan": {
"slice_duration_sec": 10,
"slice_interval_sec": 100
}
},
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": {
},
"video": {
}
}
}
}