var fDesc=new Array(); fDesc[0] = "PatchMaker is a 2D motion tracking program designed for intraframe video editing and compositing. It can determine the motion of a selected object in the scene to a subpixel precision under a specified parametric motion model.
The computed motion can be used to solve the following tasks:
1) Placing a patch on a moving object. The patch stays glued to the object because its motion was so accurately determined.
2) Background stabilizing (eliminating unwanted motion in the scene caused, for example, by camera jerks)
PatchMaker has built-in means of integration with Adobe"; 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 = ''; } }