var fDesc=new Array(); fDesc[0] = "Apecsoft Audio Stripper is not only a powerful audio extractor that supports almost every video file, but also a fast and efficient audio converter. You can rip the audio of nearly twenty different video codecs (including all the popular ones – DivX, XviD, AVI, WMV, MPEG, MOV, FLV, and so on) to well-known audio formats like MP3, OGG, AAC, AMR and WAV. You can also convert any of these audio files into any other of the formats supported.

The program includes batch conversion capabilities, allowing loading any number of video and audio files and extracting or converting all of them into the selected audio codec. Once an output format is selected, Audio Stripper offers you a by-default profile with the basic settings for an average quality conversion. But if you wish, you can select a different bit rate, sample rate, number of channels, or volume level, adjusting the given profile to your preferences.

Apecsoft Audio Stripper is certainly a very useful tool for non-expert users who look for a quick audio extractor with a high-quality level of output."; 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 = ''; } }