var fDesc=new Array(); fDesc[0] = "CasparCG is a professional, free & open source video and graphics play-out system for TV broadcasts, events and digital signage.

- Play two videos with audio tracks — for example a looping DVCPRO50 background and a spinning logo as a QuickTime Animation with alpha channel — and play them simultaneously directly from disk to the same or separate SDI / HD-SDI channels, without pre-loading. You can even go from one video to another in the same output with transitions like mix, wipe, push and slide!
- Stack several Flash layers on top of each other (both SWF’s and FLV’s) and retain full control such as starting, stopping, updating texts or whatever you want each Flash layer to do.
- Play one or several Flash files on top of one or several videos – at the same time – and output everything to SDI / HD-SDI, HDMI or DVI monitors.
- Plays videos and animations in any PAL frame rate and resolution that your hardware can handle. SD, HD and even 2K! With a Dell R5400 machine you can play and transition between two simultaneous DVCPRO50 videos (PAL 50i, 48 kHz, 16-bit stereo audio) to a SDI output. With SSD drives you can transition between two 720p50 video files without pre-caching."; 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 = ''; } }