aws-samples / aws-media-services-simple-vod-workflow

Lab that covers video conversion workflow for Video On Demand using AWS MediaConvert.
Apache License 2.0
369 stars 147 forks source link

Can't convert large video. #6

Closed Nyeinchanaung closed 10 months ago

Nyeinchanaung commented 5 years ago

Hi All,

Thank you for very great tutorial. I've followed step 1 to 7 and it is ok to upload and convert the video upto 15 MB. But when I upload the video file over 20MB into input bucket, it doesn't work. My requirement is to convert between 20MB to over 1GB video.

Could someone help me please?

Nyeinchanaung commented 5 years ago

Hi all,

I think I found out the solution according to following link. https://forums.aws.amazon.com/thread.jspa?threadID=222747

I've checked Complete Multipart Upload the s3 event as follow. s3events

Thank you.