Options
Name | Type | Description |
---|---|---|
encoder_log | boolean | Controls the activation of the encoder's logging |
delete_sources | boolean | Set to delete the task's source files on successful execution. |
result | object | Options to modify how verbose MediaInfo results should be. |
Example options
{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket/my_output_folder"
},
"options": {
"delete_sources": true
},
"targets": [
{
"file_pattern": "{source_basename}_converted.mp4",
"container": {
},
"video": {
},
"audio": [
{
}
]
}
]
}
}