Skip to main content

Results_file

NameTypeDescription
locationobjectLocation to store the result file information.
file_patternstringThe file pattern for the result file information.

Example results_file

{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {},
"targets": [
{
"file_pattern": "{source_basename}_kantar.wav",
"container": {
"kind": "wav"
},
"audio": [
{
"codec": "pcm",
"channels": 2,
"filters": [
{
"kind": "kantar_watermarking",
"payload": {},
"results_file": {
"location": {
"storage_provider": "s3",
"path": "{{destination_path}}"
},
"file_pattern": "log_kantar.xml"
}
}
]
}
]
}
]
}
}