Here's my original post on the foobar forums (user: antihero).
http://www.hydrogenaudio.org/forums/...howtopic=64405
Quoting myself:
Quote:
So ... I had a few albums in VBR that wouldn't play correctly on my cheap iPod, so I used the "Fix VBR Header" option in foobar to attempt to repair them.
They do now play on my iPod, but the problem is that Winamp now reports their bitrate strangely. Earlier, with the "pre-fixed" headers, the bitrate would show correctly in Winamp and foobar. Now, foobar still shows the correct bitrate (around, say, 220Kbps), but Winamp reports strange values like 80 or 32. What's up with this? Is this a Winamp problem or a foobar problem?
If it's a Winamp problem, how come it showed them correctly before? It also shows the correct bitrate for all of my other files.
Thanks for any help.
|
Part of the problem/fix I found:
Quote:
Well, here's what I've found after studying the changes that foobar does to files:
LAME 3.97 itself writes part of the Xing VBR header as follows:
code: 4C 41 4D 45 33 2E 39 37 20 04 C3
L A M E 3 . 9 7
And after applying "Fix MP3 VBR Header" it is changed to:
code: 4C 41 4D 45 33 2E 39 37 20 01 C3
L A M E 3 . 9 7
Note that hex "04 C3" at the end has been changed to "01 C3" This appears to be where the problem is. While foobar still has no problem detecting the VBR bitrate, Winamp then struggles with it. After manually changing that single byte in VBR "fixed" files, Winamp then reports the correct VBR bitrate!
|
Also to add: If I take a file that was working properly (eg. had not been "fixed"), and change that value from 04 to 01 ... the VBR bitrate reporting in Winamp breaks. So I'm sure that is where the problem is.
My question is ... is this entirely a foobar problem? Or
should Winamp be able to make sense of this change?