Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: What exactly is Free Format? (Read 8985 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

What exactly is Free Format?

In dBpoweramp when converting files to mp3 it gives the options of vbr, cbr, abr, and also free format. What exactly is free format and how does it compare to the others?

What exactly is Free Format?

Reply #1
In dBpoweramp when converting files to mp3 it gives the options of vbr, cbr, abr, and also free format. What exactly is free format and how does it compare to the others?


The «free format» is a less strict specification, allowing for higher bit rates than 320. Which means that an «mp3 player» need not be able to read it. (For all that I know, it might work just fine though.)

It is hardly used anymore (was it ever?), and you are probably better off avoiding it: if you want bigger files than 320, then go lossless (about 900, depending on material).

If you want MP3, go VBR, which adjusts bitrate to complexity. Unless you have an old quirky mp3 player (some of them couldn't handle it, despite labeling themselves as «mp3 players»).

What exactly is Free Format?

Reply #2
Thanks that clears it up, so I'm assuming it's the same as cbr if you set it to 320kbps?

What exactly is Free Format?

Reply #3
"Freeformat" mode of MP3 should not be an option to use inside a program. I guess dbpoweramp offers it thinking mostly with the experienced users.


* The quick reply:
freeformat is a CBR mode which is non-compatible with many players.

* The more complete reply:
The encoded layer 3 data (what is inside an MP3 file) is distributed in packets of fixed size once compressed (huffman encoding). There are only a few fixed sizes for these packets, which in turn determine the only possible CBR values ( i.e. 128, 160, 320..).
Freeformat, instead, does not use packets, but stores the info as a continuous stream.
Doing so offers several advantages:
- Higher than 320kbps bitrates (depending on the decoder/player, up to 640kbps).
- Do codec tweakings not worrying about bit demands. (I guess it was also used in the beginning before standarizing the format)

So in general, it is either a temporary storage (freeformat might not be decodeable with different decoders, so better not rely on it) or an option for developers.

What exactly is Free Format?

Reply #4
Thanks again the compatibility is an issue with iTunes. I just tested it out so I guess I don't have to worry and just leave free format alone.

What exactly is Free Format?

Reply #5
Decoders are not required to support free format, it is an optional part of the MPEG Audio spec.  It is somewhat difficult to support, as the packet size must be "guessed" by looking for the next MPEG header.  In practice, few decoders support it.