var fDesc=new Array();
fDesc[0] = "The Quadrus Ingest Machine (IM) is a professional ingest solution in Windows environment to capture multiple channels.
Main Features :
- IM encodes streams in Avid MXF and QuickTime format with independent resolution control for each channel real-time encoding into DV25/50, MPEG IMX or Avid DNxHD standard and optional proxy 15:1s stream stores clips on Avid Unity/ISIS, EditShare or Quadrus Shared Storage
- IM supports Avid Metadata for each channel and optionally check in clips in the Avid Interplay database
- Frame-Chase-Editing for Avid Media Composer and Final Cut.
- Deck control for frame-accurate capturing and batch capture scheduling for deck and live sources
Depending on the resolution and on the workstation hardware, Quadrus Ingest Machine can capture up to 8 streams simultaneously per workstation and more workstations are clustered together to increase the channel count.";
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 = '';
}
}