Skip to main content

Results_file

NameTypeDescription
locationobjectThe location for the output Audio loudness analysis data.
file_patternstringThe 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"
}
}
}
}
]
}
}
}