var fDesc=new Array(); fDesc[0] = "Most stabilizers only move in 2 directions, muvee Turbo Video Stabilizer measure 6 degrees of motion on 3 axes. Mount your camera in all challenging conditions then rotate your video later. Fix the slants and tilts in fast moving videos caused by CMOS sensors. From VGA to 4K, shoot in any format, stabilize and save to other formats.

Most camcorders use CMOS sensors, which take in light in a series of louvered “slits”. So when you are zipping through town in your convertible, the skyscrapers suddenly slant diagonally in your video. That’s a rolling shutter effect."; 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 = ''; } }