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

asked 3 years ago222 views
2 Answers
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

answered 3 years ago
0

Thank you very much for the explanation

answered 3 years 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.

Guidelines for Answering Questions