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

Rotate Video Not Support #10

Closed hamid09430 closed 10 months ago

hamid09430 commented 5 years ago

Video Rotate Variable is not working with this convert.py file.

Exception: Parameter validation failed: Unknown parameter in Settings.Inputs[0].VideoSelector: "Rotate", must be one of: ColorSpace, ColorSpaceUsage, Hdr10Metadata, Pid, ProgramNumber

hamid09430 commented 5 years ago

please give any hint to fix it

aburkleaux-amazon commented 5 years ago

Are you using the pre-packaged lambda function that is created for this lab? It is using an earlier version of boto3 that was created prior to MediaConvert releasing the rotate feature.

Try using the tutorial to create your own lambda package: https://github.com/aws-samples/aws-media-services-simple-vod-workflow/blob/master/Workflow-WatchfolderAndNotification/README-tutorial.md with the latest version of boto3.

stevebanik commented 4 years ago

Does MediaConvert support autorotate with webm inputs?