Overnight I ran a script to add replaygain metadata to around 450 albums I'd ripped with Batch Ripper. The script is perl-based and the only time I've seen it throw error messages is if a FLAC file is corrupted.
Looking at the log, a few files failed with the following error message from metaflac.exe: ERROR: resolution of 16 bps does not match previous files' 24 bps
This message only appeared three times out of a total of 6,756 FLAC files. Testing the files in question via "flac -t" returns ok, so I'm wondering whether there is perhaps some kind of bug in the FLAC encoding module used by DBP or BR that makes the bps look different? I'll rerip said tracks to wav and encode them using FLAC at the command line and report back on my findings. Has anyone else encountered this?
Looking at the log, a few files failed with the following error message from metaflac.exe: ERROR: resolution of 16 bps does not match previous files' 24 bps
This message only appeared three times out of a total of 6,756 FLAC files. Testing the files in question via "flac -t" returns ok, so I'm wondering whether there is perhaps some kind of bug in the FLAC encoding module used by DBP or BR that makes the bps look different? I'll rerip said tracks to wav and encode them using FLAC at the command line and report back on my findings. Has anyone else encountered this?
Comment