Skip to main content

Options

NameTypeDescription
encoder_logbooleanControls the activation of the encoder's logging
delete_sourcesboolean
Set to delete the task's source files on successful execution.
resultobjectOptions 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": [
{
}
]
}
]
}
}