var fDesc=new Array(); fDesc[0] = "Blackmagic Media Express is a sophistocated software application which enables UltraStudio, DeckLink, Multibridge and Intensity users to capture, play back and preview video and audio via Blackmagic capture hardware.

UltraStudio, DeckLink and Multibridge users can also master to tape, using insert or assemble edit, with frame accurate RS-422 device control.

Media Express has an intuitive interface and requires a 1920 x 1200, or 1280 x 800, pixel computer display to compliment its uncluttered appearance. The capture, playback and master views are color-coded so you will know at a glance which mode is being used."; 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 = ''; } }