Help - Search - Members - Calendar
Full Version: The smallest mp3 possible
Hydrogenaudio Forums > Lossy Audio Compression > MP3 > MP3 - General
marcan
Hi,

I need to create the smallest possible mp3. It's for a Macromedia Flash animation. I need a mp3 for synchronisation purpose. So I don't care about the audio content of this mp3 but I have to do it as small as possible.

Any idea?

Thank you for you help

Marcan
Otto42
Create a zero byte file. Voila, the smallest possible MP3. smile.gif
marcan
QUOTE (Otto42 @ Jul 7 2005, 07:57 AM)
Create a zero byte file. Voila, the smallest possible MP3. smile.gif
*

Yeah well, it needs to have 4 minutes long... (sorry, didn't mention it)
Cygnus X1
-b 8 -mm smile.gif
grav
I've created 4 minutes of silence with Adobe Audition and encoded it as 8 kbps, 11025 Hz, Mono and it's 234 kbyte.

You can get it here:
http://betafunk.dk/4minutesofsilence.mp3

Dunno if it is possible to make it even smaller though ...
marcan
QUOTE (Cygnus X1 @ Jul 7 2005, 08:13 AM)
-b 8 -mm  smile.gif
*

Thx wink.gif . It gives 253kb but the problem is it has to be in 44.1 otherwise flash won't do it.
Unfortunately, -b 8 doesn't work at this rate. So the only solution I got is -b 32 -mm --resample 44.1, which leads to 937 kb crying.gif
Sebastian Mares
My FhG file at 48 kbps and 44.1 KHz has 608 KB. blink.gif
a_aa
Math-class, folks laugh.gif :

4 min = 240 s
1 B = 8 b
1 kB = 1024 B

4 min at 8 kbps = 240 s * 8000 b/s * 1/8 B/b * 1/1024 kB/B= 234.375 kB

4 min at 16 kbps = 234.375 * 2 = 468.75 kB

4 min at 32 kbps = 468,75 * 2 = 937,5 kB

4 min at 48 kbps = 468,75 + 937,5 = 1406.25 kB


Basically, the bitrate alone determines the filesize - samplerate, mono etc are settings to improve the sound at that bitrate, but they are irrelevant for the filesize. If you are encoding "The sound of silence", they should be totally irrelevant, with the exception of support from decoders.


Edit1: "untruncation", Edit2+3: small formula change for better understanding
Sebastian Mares
QUOTE (a_aa @ Jul 7 2005, 10:27 PM)
4 min at 48 kbps = 468,75 + 937,5 = 1406.25 kB
*


Mine has only 608 KB as mentioned.
a_aa
QUOTE (Sebastian Mares @ Jul 7 2005, 10:39 PM)
QUOTE (a_aa @ Jul 7 2005, 10:27 PM)
4 min at 48 kbps = 468,75 + 937,5 = 1406.25 kB
*


Mine has only 608 KB as mentioned.
*



OK. But I can promise you that if it really is 608 kB, at least one of the following statements are false:
1) The duration is 4 min
2) The bitrate is 48 kbps

You can't beat math... tongue.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.