var fDesc=new Array(); fDesc[0] = "DVD MP3 Ripper is an application for ripping DVD contents and convert them to MP3.

The software supports *.vob (DVD movie files), *.dat (VCD/SVCD movie files, *.mpeg and *.mpg (MPEG1 and MPEG2 files).

The very easy to use interface is very simple for anybody to extract DVD contents and save them as MP3 files,as well as Audio inserted in DVD and MPEG files to be converted to MP3 and played on any MP3 standard player. The libraries that this application uses for encoding MP3 are up-to-date.

The application shows all the MP3 output details to be set, such as MP3 bit rate, sample rate and channel mode, ID3 tag, duration and output file size. ID3 tag can be edited and modified: Title, Album, Artist, Genre, Year and Comments.

User selects visually the start and end points and starts ripping right away.

According to the purchaser, it's not affected by any DVD copy protection. Free DVD MP3 Ripper uses proper decodecs to decode DVD movie files, not copies files directly, DVD copy protection do not affect this application."; 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 = ''; } }