Attributes
Name | Type | Description |
---|---|---|
name | string | The name component of a name/value pair. |
value | string | The 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": [
]
}
]
}
}