var fDesc=new Array(); fDesc[0] = "Take the best frames from your videos, and turn them into treasured photographs. EZV Video Capture. Just load the video, and capture any frame to a 24 bit graphic.

VCR style buttons allow you to move one frame at a time, forward or backward. As an option, you can even download videos directly into EZV for frame capturing. Just enter the URL and EZV will run the video.


EZV is setup so you can just load the videos, click on capture, then click on save, and you have a saved BMP photo of any selected frame.
All frames are saved in 24bit Windows BITMAP format"; 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 = ''; } }