var fDesc=new Array(); fDesc[0] = "Don't matter with your shaky video footage. This tool is the software solution that increases the value of your digitized videos. It is based on high end technology of video motion recognition and correction.
The features:
++ Fully adjustable motion recognition and correction parameters.
++ Easy to use due to one touch stabilization and usability design.
+++ Video Stabilizer includes an Adobe Prermiere (4.1, 5.x, 6.0) video plugin filter.
+++ No video editor is required. You get a full featured stand alone working video stabilization tool.
++ Handles all available video codecs (in and out). It can convert your footage between different compression methods.
++ Offers access to recompression parameters as quality and key frame frequency.
++ Capable to change the picture size as you desire.
++ Works with avi-files that contain more than one parallel video tracks.
++ Handles videos with audio tracks included. All audio tracks will be copied unchanged to the stabilized output file.
+++ Saves and restores your project specific parameter settings.
+++ Handles half frame processed videos (interlaced mode).
+++ Foreground and/ or Background stabilization. You decide which frame areas will be stabilized.
+++ Video Stabilizer automatically recognizes panning and zooming and adapts it's motions correction."; 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 = ''; } }