var fDesc=new Array(); fDesc[0] = "The MPEG Encoder 7.0 is a speedy encoding software that offers high compression rates and optimal performance level with Intel MMX products. The application comes with simple handling and easy-to-use functionalities, which makes it a versatile encoder providing exciting MPEG video streaming options, along with high quality video output, thanks to the fast movement prediction algorithm incorporated in the application.

The program also comes with enhanced DirectShow Support, which facilitates the conversion of most of the files playable with Windows Media Player. It supports different flavors of functionalities right from supports to interlace encoding, aspect ratio selection option, screen inverse mode, VOB conversion stabilization, and a lot more. Using the application, the Discs can be created in both NTSC as well as PAL video formats, and it supports different video formats like DVD, VCD and even SVCD.

MPEG Encoder 7.0 has predefined MPEG1 and 2 profiles, and also comes with WMV (Version 9) and AVI Output Capability. It adds a sequencer header for all the menus and its conversion range can be specified on the source file by using the mouse or keyboard, and even advanced video filters can be applied to the source file as well."; 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 = ''; } }