Skip to content

Supported MediaLive framerates

0

Is there a list of supported MediaLive frame rates ? Does MediaLive support 23.98fps?

asked 4 years ago621 views

2 Answers
1

Hi tastee,

Yes, MediaLive can support most common frame rates. To get a 23.98 frame rate, specify the numerator of 24000 and the denominator as 1001.

Regards, Steve

AWS

answered 4 years ago

EXPERT

reviewed 2 years ago

0

MediaLive uses flexible numerator/denominator system where you specify the frame rate as a fraction, e.g.:

For 23.98fps: use numerator = 24000, denominator = 1001

For 29.98fps: use numerator = 30000, denominator = 1001

For 59.94fps: use numerator = 60000, denominator = 1001

see FramerateNominator and FramerateDenominator in:

https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-medialive-channel-h264settings.html

AWS

answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.