aws-solutions / video-on-demand-on-aws

An automated reference implementation leveraging AWS Step Functions and AWS Media Services to deploy a scalable fault tolerant Video on demand workflow
https://aws.amazon.com/solutions/video-on-demand-on-aws/
Apache License 2.0
495 stars 241 forks source link

convert question how to keep video conversion #244

Closed lgb861213 closed 2 months ago

lgb861213 commented 2 months ago

How to ensure the output of video conversion is adaptively scaled while hard setting 16X9

raulmlamzn commented 2 months ago

Thanks for your question @lgb861213. You can control how to scale you video input to the output by using the setting Scaling behavior in AWS Elemental MediaConvert. The default setting is "Fit with padding". Please review the Video Scaling section in the MediaConvert User guide: https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html

raulmlamzn commented 2 months ago

Feel free to re-open with an update or additional questions