5

I'm a music lover. I have lot of songs stored on my laptop, but the problem is I'm running out of space on my hard disk, because of the different audio formats which occupy lots of space.

Now I want to convert all those different audio formats into one.

Which is the best in terms of space it occupies on hard disk, but with good or fair audible quality? what's the best format available which occupies low space with good quality?

slhck
  • 235,242

4 Answers4

10

AAC and its successor HE-AAC provide very good audio quality, even at low bitrates. In that respect, MP3 isn't that bad either, given that you can use Variable Bitrate Encoding (VBR) at bitrates from 198 to 320 kBit/s. Variable bitrate ensures that bits are allocated to those parts that need it, and it conserves bits for passages that are easy to encode. Don't use Constant Bit Rate encoding unless you are in a streaming scenario – it'll hurt quality.

Note that you should check which encoder you are using. FAAC and LAME are typically considered good (and free) encoders, but that doesn't stop you from trying others, as @Lèse majesté pointed out. For example the Fraunhofer MP3 encoder, which is commercial.

This is a subjective thing – and if you're passionate about music, just trust your ears and try for yourself.

If you're unsure, this figure compares some recent audio codecs at 48 kBit/s – thus, a really low bitrate. It's taken from an EBU technical paper.

However, what you never want to do is reencode audio files from another compressed format. Say you already have tons of 128 kBit/s MP3s, they won't sound better in AAC. They'll even sound worse because you're throwing away information from a file that already lost most of its quality.

So, if you transcode, then only do it from WAV files, CDs, or other lossless media such as FLAC files.

Trust me, I was so stupid as to rip some CDs to Windows Media Audio back in the days. I later had to convert those to MP3 again, and you could definitely hear that they were really bad in quality after that process.

slhck
  • 235,242
2

What's the best audio format available when I want to convert my files?

The format it is already in (no conversion).


As @slhck said, converting from one compressed format to another compressed format always results in poorer audio quality. To produce better or equal quality in smaller files you have to start with the original uncompressed audio material.

@slhck answered a different and slightly more interesting question "which audio file format gives the best subjective results at 48kbps" :-)

0

the only way to save disk space on your hard drive is to delete unused files, recode files do not help much, if you ask me I always prefer high quality (256, 320) to my favorite music files, and 128 is enough for music files that do not matter much, do not be afraid to delete files that you want after all you can not have all the music in the world

Alex
  • 9
-1

The best target audio format may be "the best" by certain criteria:

  • sound quality,
  • device/software compatibility,
  • file size.

Lossless formats

To achieve maximal sound quality lossless formats are recommended.

These formats support PCM (*.wav, *.flac, *.aiff, .alac,...) and DSD (.dsf, *.dff, *.iso [sacd iso]) audio stuff.

Lossless formats store audio stuff without altering.

File size compression

To reduce file size, compressed formats are used.

Compressed formats are:

  • lossless: *.flac, *.ape, *.m4a(ALAC), MLP,... lossy: *.mp3,
  • lossy: *.m4a(AAC), *.ogg, ...

Lossy formats

Lossy formats lose part of audio information, but have significant file size reducing.

As rule, very popular mp3 have high sound quality at high bitrates 256...320 kbps.

AAC format developers, promise better sound quality of AAC than mp3. But, I suppose, it should be checked individually for each of your audio systems.

AAC supports multichannel configuration. Though it is not so important for mobile devices, that have stereo outputs (headphones) rather.

As rule, mp3 and AAC formats have no metadata support issues.

Audiophile formats

For audiophile applications FLAC and ALAC may be recommended.

If you have DSD capable audio device, DSF file may be better choise, because it supports metadata (text and artworks).

Some of digital audio players support *.iso [sacd iso] images. However these files can contains 2 versions of single album: stereo and multichannel. It consume additional hard disk space. And it may be important for stereo mobile audio device with limited hard disk space. The issue may be solved via extracting stereo tracks to DSF or FLAC. Also multichannel music files may be downmixed to stereo.

Read details about audio formats and look at sound quality researching links here.