var fDesc=new Array(); fDesc[0] = "Digital surveillance video presents unique and often frustrating challenges to a forensic video analyst. Many times the digital file is recorded in a proprietary format and it requires a proprietary player to simply view the file. DVR dCoder solves this problem by capturing a copy of the original and exporting it to an uncompressed open media format such as TIFF, QTIME or AVI.

Simply play the digital surveillance file in its player and allow DVR dCoder to capture the video at uncompressed quality. Once captured, you can output your evidence as a video file or uncompressed single images for further processing."; 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 = ''; } }