I used directshow IMediaseeking::getduration and windows media format sdk to extract mp3 duration, but I got different results. Duration from IMediaSeeking is about 5 times longer than that from sdk. Thanks for any information about this problem.
Firon
Mar 30 2006, 22:13
One of them probably doesn't know how to read the time properly with VBR files.
yongwpi
Mar 31 2006, 09:13
QUOTE(Firon @ Mar 30 2006, 11:13 PM)
One of them probably doesn't know how to read the time properly with VBR files.
Thanks for your information. Yes, it is VBR file. So there is no way to extract duration correctly from VBR files, right?