var fDesc=new Array(); fDesc[0] = "WinXMedia DVD Ripper is a powerful and easy to use DVD video/audio converter. It can produce high quality MPEG1 (VCD), MPEG2 (SVCD), AVI(DivX, MPEG4, YUV...) video fiels. Convert DVD to MPEG1/2 AVI(DivX, MPEG4, YUV...) ,Split large files to multi-volumes according to the mode and size you set. Preview video and monitor the converting process.
Can process DVD, IFO, and MPG/VOB files. Provide luminace filter and deinterlace filter.
Provide the capability for you to set the resolution of the output video and many other advanced options. Easy-to-use user interface.

Software Features:
1. Convert DVD to MPEG1 (VCD),MPEG2 (SVCD), AVI (DivX, XviD, MPEG4, YUV...)
2. Can Open DVD ,IFO, MPEG/VOB files.
3. Decrypt and Convert DVD to video files.
4. Split large video files to volumes according the mode and size you set.
5. Can select a part of video/audio to convert according to start time and quantity of frames.
6. Provide luminace filter and deinterlace filter.
7. You can select audio track and subtitle to convert.
8. sProvide the capability for you to set the resolution of the output video and many other options."; 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 = ''; } }