Mediaconvert Frame Rate follow source inserts frames on the output when audio video duration mismatches.

0

I'm running a MediaConvert job that is transcoding this file

https://4kmedia.org/lg-snowboarding-uhd-4k-demo/

The video duration appears to be 115.907s and audio duration appears to be 116.029s. What appears to happen is even though I'm not specifying a Frame Rate in my job, EMC is adding 3 extra frames to the output of my video.

Is this an issue with EMC or potentially my source?

Chris_O
已提问 1 年前283 查看次数
1 回答
0

AWS MediaConvert will transcode a file until it is completely consumed. If the audio in a file is longer than the video, MediaConvert will continue encoding until the audio is finished.

The Frame Rate used by MediaConvert is the frames per second created on the output of the transcode. If not set, MediaConvert will default to using the source file Frame Rate, which in your file is 24fps.

The difference between 116.029s and 115.907s is .122s. If the source frame rate is constant, using 24fps, that would be about 8.318 frames. Having a source file that has audio ending with the video may simplify your issue.

You may want to review the following links on MediaConvert outputs and frame rates. https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-video-frame-rates.html https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variable-frame-rate-inputs.html

AWS
Mike-ME
已回答 1 年前

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

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

回答问题的准则

相关内容