質問編集履歴

1

エラーの詳細を追加

2017/05/15 03:33

投稿

kuriya
kuriya

スコア35

test CHANGED
File without changes
test CHANGED
@@ -238,9 +238,39 @@
238
238
 
239
239
  ```
240
240
 
241
- PresetIdを1351620000001-000010(System preset: Generic 720p)
242
-
243
- に変更すればmp4でエンコードされると思ったのですが、うまくエンコードされませんでした。
241
+ PresetIdを1351620000001-100070(System preset: Web)
242
+
243
+ に変更すればmp4でエンコードされると思ったのですが、変更すると何もエンコードされなくなりました。
244
+
245
+
246
+
247
+ エラー内容
248
+
249
+ ```
250
+
251
+ Failed to create a transcoder job. pipeline_id=1494818317732-9k629f
252
+
253
+ ```
254
+
255
+ ```
256
+
257
+ An error occurred (ValidationException) when calling the CreateJob operation: SegmentDuration '30' is not a valid option for preset 1351620000001-100070, because the container is not ts or fmp4.: ValidationException
258
+
259
+ Traceback (most recent call last):
260
+
261
+ File "/var/task/lambda_function.py", line 113, in lambda_handler
262
+
263
+ raise e
264
+
265
+ ValidationException: An error occurred (ValidationException) when calling the CreateJob operation: SegmentDuration '30' is not a valid option for preset 1351620000001-100070, because the container is not ts or fmp4.
266
+
267
+ ```
268
+
269
+ ```
270
+
271
+ REPORT RequestId: 2e7fee02-391d-11e7-947b-31c8905c64e9 Duration: 2409.70 ms Billed Duration: 2500 ms Memory Size: 128 MB Max Memory Used: 51 MB
272
+
273
+ ```
244
274
 
245
275
 
246
276