var fDesc=new Array(); fDesc[0] = "Reduce MP3 file size with MP3Resizer. Simply the best MP3-resizing solution.

MP3Resizer is designed to optimize the capacity of your portable music player by reducing the size of MP3 files. This is especially useful when listening to MP3 files or MP3 Audio books on a mobile phone, smartphone, MP3 player, etc. Smaller MP3 files can also be sent via email or uploaded online faster.

Portable MP3 players don't often have much memory, and of course, it's a shame to waste precious megabytes. It's hard to refuse temptation to upload more music than possible.

For example, a 5-minute 320kbit/s MP3 file will occupy approximately 11.4Mb. By recompressing this file (reducing the bitrate) to 80kbit/s, the file size is dramatically reduced to 2.86Mb.

The output file size is four times smaller than the source file size! Using MP3Resizer, you can upload four times more music to your MP3 player than before. Also you can make your MP3 files smaller so you can upload them faster.

Please note, the reduction in size is achieved by recompressing the file with a lower bit rate. This may cause a slight degradation in audio quality.
This application uses Lame, a high quality MP3 codec. A minimum bitrate of 64kbps is recommended for music playback on a mobile phone's MP3 player."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }