var fDesc=new Array(); fDesc[0] = "With Infognition Video Enhancer you can:
Increase resolution of your video with motion-search-based Super Resolution method, where each frame is upsized using information from a number of neighbor frames to extract maximum details for outstanding results. All the other resize algorithms use information from one current frame only. Now you can convert low res videos to high definition (HD) or HD to 4K!
Use more than 220 VirtualDub filters for powerful and flexible video editing: deinterlacing, denoising, deblocking, color correction, stabilizing, sharpening, visual effects etc. On multiprocessor systems, multicore or hyperthreading CPUs, Video Enhancer performs much faster than VirtualDub because all filters, decoders and coders work in separate threads, simultaneously.
Open virtually any video and re-compress it with any video codec (DirectShow, DMO and Video for Windows) installed in your system to AVI or MP4."; 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 = ''; } }