var fDesc=new Array(); fDesc[0] = "DVD Ripper Suite is a useful DVD ripping utility to extract DVD contents to more popular and standard video file formats, such as AVI (DivX and Xvid), MP4 (H.264), MP4 (for iPod), etc. keeping a very high quality.

User interface is very simple and easy to understand and use. The major functions are available with a single mouse click. User can directly browse the input DVD file, DVD units or local user PC Hard drive, as well as select the Save as and the target folder or directory.

The application allows user to choose titles, chapters, subtitles and audio tracks to extract from the original DVD. It offers video size selection, video frame and bit rates (up to 2500 kbps) selection, audio channel to rip, video bitrate and frequency to rip, as well as video format selection: DivX MPEG-4 (AVI), Xvid (AVI), H.264 (MP4 format for Apple TV), MP4 Video for iPod, PSP, etc.

The application will even extract contents from encrypted movie files. Source can be selected as DVD from either real DVD drives or Hard drives.

The conversion is made in high speed mode."; 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 = ''; } }