I'm using AWS 'Elemental MediaConvert' service to get the HLS format of the uploaded video. We are using this as Video-On-Demand service. Everything works fine. Video that is been uploaded in 's3-input' bucket will taken by lambda service and processed by boto3 elemental mediaconvert client. Out of the video will be stored in 's3-output' bucket. One problem is Portrait videos are appearing in Landscape mode in 's3-output' bucket and also when HLS url is played in mobile/browser.
Asked
Active
Viewed 1,507 times
2 Answers
6
Make sure you use the latest version of boto3 if you use it at all. Anyways
Add "Rotate": "AUTO"
to VideoSelector
in inputs. In this case, EMC will try to automatically rotate the video based on metadata if it's available.
These links were really useful for me:

user3511545
- 71
- 1
- 6
0
Well... In your place here is what I'd do... I'll go to the last "job"... Go to the "output" section. Then go to the output formats sub-sections... and set the size of the desired output Manually.
I don't think Elemental MediaConvert has presets for vertical video. It's a pretty new (awesome) product.
Good luck!

MarketerInCoderClothes
- 1,126
- 8
- 12