When we pass the multiple input video for the clip stitching, but it returns error Input must be an array of properties,Got numerically
indexed array
$result = $client - > createJob(array(
'PipelineId' => '151111112277-cq5k40',
'Input' => array(array('Key' => 'test.mp4'), array('Key' => 'abc.mp4')),
'Output' => array(
'Key' => $output_file,
'PresetId' => '1351621234501-000001',
'Composition' => array(
array(
'TimeSpan' => array(
'StartTime' => '00:00:00.000',
'Duration' => '00:01:00.000',
)
)
),
),
));