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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南