gavinljj / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

Wrong Sampling rate for audio #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open an mp4
2. uint32_t timeScaleAudio = MP4GetTrackTimeScale(mp4File, trackId);
3.

What is the expected output? What do you see instead?
48000 Hz 
and it return:
4       audio   MPEG-4 AAC LC, 184.915 secs, 160 kbps, 90000 Hz 

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

Original issue reported on code.google.com by stest...@gmail.com on 23 Nov 2010 at 8:36

GoogleCodeExporter commented 9 years ago
Could you attach a file that reproduces this issue?

Original comment by kid...@gmail.com on 26 Nov 2010 at 5:36