Hi all,

I wanted to find the video bit rate and audio bit rate of an mp4 file which is played using QMediaPlayer.

I tried using the QMediaResource to find the video bit rate and the audio bit rate of the file, but it always returns 0.

Any suggestions to find the bit rates of the mp4 file using qt api's

Thanks in advance...