トランスコードする必要があるファイルの幅と高さを指定する場所。これは私のコードです。
$job = $elasticTranscoder->createJob(array('PipelineId' => 'xx-nxx','OutputKeyPrefix' => 'output2/'.$folder.'/',
'Input' => array(
'Key' => $_GET['name'],
'FrameRate' => 'auto',
'Resolution' => 'auto',
'AspectRatio' => '4:3',
'Interlaced' => 'auto',
'Container' => 'auto',
),
'Outputs' => array(
array(
'Key' => $out,
'Rotate' => 'auto',
'PresetId' =>$p ,
),),));
私はこのawsドキュメントを参照し、それを
'DetectedProperties' => array(
'Width' => 540,
'Height' => 720, ),),
それは言っている
"message":"'Input:DetectedProperties' の値を指定しないでください。
助けが必要!!