MP3 not showing correct VBR after Export
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
MP3 not showing correct VBR after Export
I've exported a song in MP3 format, Extreme Preset: 220-260, and in the folder it shows 606kbps. Is this normal?
-
kozikowski
- Forum Staff
- Posts: 68942
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: MP3 not showing correct VBR after Export
You need to help us out a little bit. Start with the information in the pink band above and then on to the show you're trying to compress. Stereo? Mono? Duration?
Koz
Koz
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: MP3 not showing correct VBR after Export
That's a myth.
You can go up to 640 kbps but no player can play it.
However, you can use the --freeformat switch in order to archive your files and re-import them into Audacity.
On export, choose "External Program".
Under options, you can specify your own format such as:
lame -m m --cbr --freeformat -b 640 - "%f"
There are of course better settings--those that can be read by an arbitrary player.
-b means the minimum bit rate to use and
-B the maximum
An overview over the switches can be found here:
http://ecmc.rochester.edu/ecmc/docs/lam ... freeformat
Don't be to concerned about the average bit rate.
If there's a lot of silence in the file, 32 kbps are used.
There's also the bit reservoir that takes some burden off the actually required bit rate to achieve the given quality setting.
Robert