CBR issue

0

Hello.

I'm trying to transcode an mp4 file to .ts and I need CBR for both video and audio tracks.
I set the bitrate mode to CBR for video and audio but when I check the mediainfo of the output file, the video track is in CBR mode but audio tracks are VBR.
https://otto-static.cdn.vodfactory.com/video.png
https://otto-static.cdn.vodfactory.com/audio1.png
https://otto-static.cdn.vodfactory.com/audio2.png
https://otto-static.cdn.vodfactory.com/mediainfo.png

Anyone sees what I'm doing wrong ?

Thanks in advance for your help

F.

Edited by: felmakoudi on Jul 28, 2021 2:51 AM

已提问 3 年前225 查看次数
2 回答
0

Hello felmakoudi,

This is a great topic to bring up! You're not doing anything wrong here at all. In fact, the issue here is with the way mediainfo calculates AAC audio with frame size.

AAC uses the concept of a bit reservoir, which allows it to spend more bits on the demanding parts of the audio signal and then save bits for the easier (less complex) parts, while at the same time allowing the transport over constant rate channels by buffering the bit reservoir. This mode is called CBR mode. Therefore, the bitrate of audio does fluctuate even in CBR mode.

In addition, mediainfo reports the audio as VBR due to how MediaInfo extracts the metadata of the files output from MediaConvert. Essentially, it is being reported by mediainfo as VBR; however, if you have chosen "CBR" for both the audio and video, the output itself should be fine. MediaConvert AAC output is considered CBR by AAC specification.

I hope that explanation helps!

Kind regards,
Jeff

已回答 3 年前
0

Thank you very much for the explanation

已回答 3 年前

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

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

回答问题的准则