var fDesc=new Array(); fDesc[0] = "The bitcontrol® MPEG-2/4, H.263 video and audio decoder is suited for Windows Media® Player, bitcontrol® Quad Recorder and other players for MS Windows® 98/ME/2K/XP/Vista32/64. Both decoder parts, video and audio, are running as built-in DirectShow® Filter under MS Windows®. The decoder supports DirectX® Video Acceleration, DXVA 1.0 and DXVA 2.0 for Vista 32/64. Therefore, HDTV is playable on Celeron processors <1GHz.

The bitcontrol® MPEG-2/4 decoder is very robust against input failures, like drop outs of the input stream, bit errors and other signal failure. So, the decoder is very suitable for DVB-T, DVB-S and internet streaming applications.

The bitcontrol® Video Decoder distinguish oneself by excellent color brilliance. This is based on 4:2:2 color upsampling and a correct color allocation on decoding for MPEG-2."; 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 = ''; } }