Results_file
Name | Type | Description |
---|---|---|
location | object | The location for the output VMAF analysis data. |
file_pattern | string | The file pattern for the output VMAF analysis data. |
Example results_file
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"compare_asset": {
"kind": "asset_url",
"payload": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_reference_file.mov"
}
}
},
"deep_properties": {
"video": {
"settings": {
"comparative": {
"size_selector": "config",
"width": 1280,
"height": 720
}
},
"vmaf": {
"enabled": true,
"results_file": {
"file_pattern": "{source_basename}_vmaf_analysis.txt",
"location": {
"storage_provider": "s3",
"url": "s3://my_bucket/my_folder"
}
}
}
}
}
}