var fDesc=new Array(); fDesc[0] = "PlayClaw captures video from Windows games and desktop. It can use hardware accelerated codecs and be used for streaming.

One of the special PlayClaw features is graphics overlay support. These overlays can be seen by you on a game screen while playing a game or/and by your audience in a stream or recording. PlayClaw has a number of pre-installed overlays such as Web Browser overlay, Webcam overlay, System Information, FPS and more.

You can stream your gameplay with PlayClaw to various streaming services such as Twitch, YouTube and others. A webcam feed different graphics elements can be added to your broadcast.

PlayClaw can capture video from graphics applications, games and the Windows desktop. Captured video can be encoded in real time using a hardware accelerated codec H.264/AVC MPEG-4 or with classic software MJPEGcodec."; 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 = ''; } }