packaging-dashencrypt_dash
{
"tags": [
"itest",
"packaging",
"dashencrypt_dash"
],
"region": "aws:eu-west-1",
"tasks": [
{
"tool": "storage:get",
"parameters": {
"location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/IN",
"files": [
"tos_5s_video_1920x1080_2mbps.mp4",
"tos-deu.vtt",
"tos_5s_audio_44100Hz_64k_HE_2chan_eng.mp4"
]
}
},
{
"tool": "dash:dash",
"parameters": {
"tracks": [
"tos_5s_video_1920x1080_2mbps.mp4",
"tos_5s_audio_44100Hz_64k_HE_2chan_eng.mp4"
],
"subtitles": [
"tos-deu.vtt"
],
"closed_captions": [
"tos-deu.vtt"
],
"mv": "5",
"ma": "5",
"smoothstreamingcompat": "true",
"compresstimeline": "true",
"timescale": "10000000",
"outputdir": "packaging-dashencrypt_dash/"
}
},
{
"tool": "storage:put",
"parameters": {
"location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/OUT/packaging-dashencrypt_dash_{job_id}",
"files": [
"packaging-dashencrypt_dash/*"
]
}
}
]
}