packaging-bento4_mp4hls
{
"tags": [
"itest",
"packaging",
"bento4_mp4hls"
],
"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"
]
}
},
{
"parameters": {
"output_dir": "packaging-bento4_mp4hls",
"master_playlist_name": "master.m3u8",
"output_single_file": "true",
"input": [
"tos_5s_video_1920x1080_2mbps.mp4",
"tos_5s_audio_44100Hz_64k_HE_2chan_eng.mp4",
"[+format=webvtt,+language=de,+language_name=castlabs.role.subtitle.default]tos-deu.vtt"
]
},
"tool": "bento:mp4hls"
},
{
"tool": "storage:put",
"parameters": {
"location": "s3://{com-castlabs-vtk-itest-access-keys}@com.castlabs.vtk.itest/OUT/packaging-bento4_mp4hls_{job_id}",
"files": [
"packaging-bento4_mp4hls/*"
]
}
}
]
}