AWS SDK PHP を使用しています。
すべてを使用し->createJob(
ても問題ありませんが、追加すると
'Composition' => array(
'TimeSpan' => array(
'StartTime' => '00:00:00.000',
'Duration' => '00:00:02.000'
)
)
出力の 1 つに、次のエラーが表示されます。
{"error":{"type":"Aws\ElasticTranscoder\Exception\ElasticTranscoderException","message":"Start of structure or map found where not expected.","file":"/Applications/XAMPP/xamppfiles/htdocs /breves/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php","line":91}}
ビデオをカットしようとしています。
何か考えはありますか?