Skip to main content

Attributes

NameTypeDescription
namestringThe name component of a name/value pair.
valuestringThe value component of a name/value pair.

Example attributes

{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {
},
"targets": [
{
"file_pattern": "{source_basename}.mp4",
"container": {
"kind": "mp4",
"attributes": [
{
"name": "custom_tag1",
"value": "custom_value1"
},
{
"name": "custom_tag2",
"value": "custom_value2"
}
]
},
"video": {
},
"audio": [
]
}
]
}
}