var fDesc=new Array(); fDesc[0] = "PureVideo Decoder is a plug-in for Microsoft Windows Media Player and Media Center Edition enabling smooth and vibrant videos. Millions of end users are the power of the PC to bring photos, videos, music, multimedia and DVDs to life in their living room, on their desktop and on the road. The NVIDIA® PureVideo Decoder plug-in combines the industry’s highest quality DVD and MPEG-2 playback with rich surround sound audio and provides the best experience with Microsoft® Windows® Media Player and Windows Media Center Edition.
Features:
- Enables DVD viewing with Microsoft® Windows Media® Player or Microsoft Windows® Media Center Edition
- High quality MPEG-2 decoder supports any third party software application based upon Microsoft DirectShow®
- Enables PureVideo technology on GeForce 6 and 7 series GPUs, for features such as spatial temporal de-interlacing, inverse telecine, and bad edit correction
- Dolby® Digital surround sound decoding
- Minimizes CPU utilization by offloading the MPEG-2 decoding onto the graphics processor
- Enables advanced de-interlacing
- Decodes high-definition MPEG-2 streams for ATSC tuners
- Supports Windows Mobile-based Portable Media Centers allowing end users to transcode MPEG-2 content into Windows Media Video 9
- S/PDIF pass through for external decoding of Dolby Digital and DTS (compatible hardware required)"; 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 = ''; } }