var fDesc=new Array(); fDesc[0] = "Hollix Communications VideoMage Producer™ is a Microsoft Windows® based video capture application designed for superimposing and manipulating graphic images on real-time video from any webcam, Digital Video camera, TV tuner, and even local video files. It gives you extensive control over compression settings used for recording captured video.

Graphic images can be superimposed on the real-time video stream, and can be manipulated in a variety of ways, such as fading, resizing, and moving. You can also draw on top of the video image with a telestrator effect. The exact timing of all applied effects is maintained and can be saved for future video capture sessions. Editing tools allow saved sessions to be easily adapted to changing requirements. You can take a snapshot of the video image at any time, including the applied graphics and effects.

The ability of VideoMage Producer to capture and save the complete history of all graphic manipulations makes it easy to apply a standard look to captured video.

A simple example application applies a corporate logo in the lower right corner of video while it is being captured, displays it for five seconds then fades it out over the next five seconds, repeating the process every thirty seconds. This application, described in detail in Adding Graphics Example, is used throughout this manual."; 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 = ''; } }