var fDesc=new Array(); fDesc[0] = "For all the users looking for a decent all-in-one converter, which is capable of handling wmv, asf, AVI, and mpeg format, the Free WMV to AVI MPEG Converter is an good choice. The software essentially converts the ASF and WMV files into AVI as well as MPEG file formats, but that’s not all.

The user may select the output AVI codec format from a list of available codecs, such as XVID, Microsoft MPEG-4 Video codec, DivX, Microsoft H.261 and H.263, Intel Indeo Video, Cinepak Codec by Radius, Intel IYUV Codec, MainConcept DV Codec as well as all the AVI codecs installed on the system User can also optionally set output directory and open it automatically whenever conversion completes.

The application supports batch conversion just like all other proficient applications, and also allows the user to choose MPEG1 or MPEG2 format for MP3 files and even set the bit-rate, frame-rate, video size, audio format, audio bit-rate, channels and other aspects of the output video file. Apart from all this, the application also supports multithreading and comes with a built-in video splitter for cutting and splitting the video files to facilitate conversion."; 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 = ''; } }