packaging-bento4_mp42ts
{
"tags": [
"itest",
"packaging",
"bento4_mp42ts"
],
"region": "aws:eu-west-1",
"tasks": [
{
"tool": "storage:get",
"parameters": {
"location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/IN",
"files": [
"audiovideo.mp4"
]
}
},
{
"tool": "bento:mp42ts",
"parameters": {
"input": "audiovideo.mp4",
"output": "packaging-bento4_mp42ts/audiovideo.ts"
}
},
{
"tool": "storage:put",
"parameters": {
"location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/OUT/packaging-bento4_mp42ts_{job_id}",
"files": [
"packaging-bento4_mp42ts/audiovideo.ts"
]
}
}
]
}