I am getting ready to re-convert my library of FLAC files to MP3. Previously I had been using 3.90.3. I am wanting to know if there will be a lame_profile written by 3.97 at some point, like there had been in 3.90.3.
In foobar2000, using the "Show File Info (special)" component, I can obtain this information:
lame_version = LAME3.90
lame_profile = aps
lame_profile_index = 3
enc_delay = 576
enc_padding = 1152
mp3_accurate_length = yes
bitrate = 195
codec = MP3
channels = 2
samplerate = 44100
extrainfo = VBR
mp3_stereo_mode = joint stereo
--------------------
12333888 samples @ 44100Hz
(mod 588 = 0)
I tested out a conversion using the 3.97 beta using the new -Vx switches. If I pull out the same technical info in foobar2000, the "lame_profile" is blank and the "lame_profile_index" is 0, as shown below: (this was the same song as above, but using -V4 --vbr-new)
lame_version = LAME3.97
lame_profile =
lame_profile_index = 0
enc_delay = 576
enc_padding = 1152
mp3_accurate_length = yes
bitrate = 128
codec = MP3
channels = 2
samplerate = 44100
extrainfo = VBR
mp3_stereo_mode = joint stereo
--------------------
12333888 samples @ 44100Hz
(mod 588 = 0)
It would be useful to have the -Vx profiles added into the file, as it would help to separate home use files (-V1, -V2, -V3) from portable files (-V4, -V5, -V6).
Just wanted to see if this was going to be included. Thanks!