Results_file
Name | Type | Description |
---|---|---|
location | object | The location for the output Audio loudness analysis data. |
file_pattern | string | The file pattern for the output Audio loudness analysis data. |
Example results_file
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"deep_properties": {
"audio": [
{
"loudness": {
"enabled": true,
"preset": "atsc_a85_fixed",
"results_file": {
"file_pattern": "{source_basename}_loudness_analysis.txt",
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket"
}
}
}
}
]
}
}
}