var fDesc=new Array(); fDesc[0] = "DVD Files Informer is a handy tool that has been designed to allow the reviewing of DVD Media files parameters.

This program views the parameters of these file formats: AC3, DTS, MPA, WAV (PCM) and MPEG.
On the left panel you can see the file structure tree. Moving up and down the tree you select files you want to view info of.

On the right panel you can see file info. For audio files the information is the following: Bitrate, Channels number, Sample rate, Total samples number, Time (PAL and NTSC).

Limitations:

-14 days trial
Easily review DVD Media files parameters with the help of this neat and handy tool."; 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 = ''; } }