Missing ABR renditions when using MediaConvert

0

I'm trying to create a HLS output stream in MediaConvert from a 4K video file.

However, I notice that even when I've enabled ABR with 3 max renditions and forced renditions rule (1080p, 720p), MediaConvert only created HLS stream with only only rendition 2160p.

How can this issue be fixed?

已提问 10 个月前65 查看次数
1 回答
0

Hello There, When using automated ABR, AWS Elemental MediaConvert sets up your adaptive bitrate (ABR) stack for you. MediaConvert chooses the right number of renditions and the resolution for each[1], based on the input video, you can modify the resolutions of the output by specifying the max resolution[2] in the output settings. MediaConvert won't create a rendition with a resolution larger than this[3].

ABR stack may include other resolutions that you do not specify in the job depending on the Max renditions setting. For example: If you specify 2 resolutions under Force include renditions, and specify 7 Max renditions, then 5 resolutions are automatically determined. This means that "auto" ABR will try and optimise the best resolution based on the input video. Since, the input is 4K, if you specify the other two renditions, the MediaConvert will optimise with highest resolution in the output.

As workaround you would also need to add the highest resolution i.e "3840 × 2160" in the Force include renditions including the other i.e 1080p, 720p. Please find the attached screenshot. Enter image description here

References :

[1] Using automated ABR in AWS Elemental MediaConvert - https://docs.aws.amazon.com/mediaconvert/latest/ug/auto-abr.html

[2,3] How automated ABR works - Settings that apply to renditions in the stack - https://docs.aws.amazon.com/mediaconvert/latest/ug/how-automated-abr-works.html#settings-that-apply-to-renditions-in-the-stack

AWS
支持工程师
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容