Skip to main content

Results_file

NameTypeDescription
locationobjectThe file location for the duplicate frames data.
file_patternstringThe file pattern for the duplicate frames data.

Example results_file

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": [
{
"duplicate_frames": {
"results_file": {
"location": {
"storage_provider": "s3",
"path": "{{destination_location}}"
},
"file_pattern": "duplicate_frames.txt"
},
"enabled": true,
"max": 0,
"hi": 768,
"lo": 320,
"frac": 0.33
}
}
]
}
}
}