PDA

View Full Version : Find videobitrate and audiobitrate of an MP4 file



volcano
23rd November 2010, 16:35
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...