I thought I'd spend some time standardizing my large MP3
collection, which is organized by album.
I read a lot about MP3gain, and I thought I'd give it a try,
by cd-ing to an album and running "mp3gain -k -a *mp3".
Before running mp3gain, I can run "mpg123 FILE.mp3" cleanly.
If I normalize the album using the above command, when I play
back FILE.mp3 with "mpg123 FILE.mp3", mpg123 will report this error:
Note: Illegal Audio-MPEG-Header 0x41504554 at offset 2998272.
Note: Trying to resync...
Note: Hit end of (available) data during resync.
I used "mp3gain -u *mp3" to undo the normalization, but after that,
running mpg123 again, I still a similar note from mpg123:
Note: Illegal Audio-MPEG-Header 0x41504554 at offset 2641920.
Note: Trying to resync...
Note: Hit end of (available) data during resync.
It seems to me that:
- mp3gain is doing something to the *mp3's that mpg123 doesn't like, and
- mp3gain -u does not restore an MP3 back to its original state.
Am I misunderstanding what the -u option is supposed to do? Why
is mpg123 unhappy after I run mp3gain?
xr200