var fDesc=new Array(); fDesc[0] = "Scenegrabber.NET is a neat freeware that will provide you an easily way to create sceneshots from movies. You can grab manual or automatic frames from a movie and join then in a single JPG-image. Furthermore you can add to the single JPG image infos like moviename, resolution, codec-info, movielength and time of sceneshot creation.

Scenegrabber.NET supports a wide range of movie formats. You can use all local installed codecs for this program. We prefer a installed codec pack like "XP-Codec pack".

You can configure some seetings like width and height of tiles, font, color and much more.

Basic requirements are: installed codecs and windows media player."; 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 = ''; } }