var fDesc=new Array(); fDesc[1] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature."; fDesc[2] = ".mkv file formats. It comes in bundle with DIVX Pro for Windows. It is very easy to use. The pre-set modes allow a user to play videos on various DIVX certified products."; fDesc[3] = "AC3Filter to version 1.63b * Updated Codec tweak Tool to version 3.1.0 * Removed DivX decoder. Be aware that ffdshow was already being used by default for decoding DivX video. So nothing has changed with regard to playback. * Removed DivX encoder * Removed VP6 encoder * KLCP MEGA still contains the above removed components in case you need/want them. * New set of file type icons for Media Player Classic * Fixed file properties Explorer tab of Haali shell extension * Minor changes"; fDesc[4] = "software acts as the control panel for all our multimedia files, including video, audio, images, etc. Once opened we have direct access with a single clic to all the options and utilities of the full Nero 8.1 package."; fDesc[5] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD."; fDesc[6] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways."; fDesc[7] = "programs on Microsoft Windows XP or Server 2003 without the need for changing the system wide locale by emulation of the code-page needed by these programs."; fDesc[8] = ", easy, and high-quality backups. Auto Gordian Knot is a great tool designed for people who know very little (or nothing) about video conversion and want to create videos for their standalone or PC in a few clicks of a mouse."; fDesc[9] = ", resolution changes, cropping the video very easily. AVI ReComp shows every detail of the AVI file you import for re compressing like, video duration, size, bit rate, resolution, frames, fps, audio type, audio channels (mono or stereo), audio bit rate and audio size."; fDesc[10] = "to edit MPEG files easily without re-encoding. This incredible program enables you to cut unwanted parts and remove TV advertisings from DVDs or video files recorded with various PVR, DVR and DVD camcorders while preserving the original quality."; fDesc[11] = "experiences with Microsoft Silverlight. Microsoft Expression Encoder 2.0 is a tool that simplifies analog data into figures conversion processes, improves image quality and publication of multifunctional media content."; fDesc[12] = ", preserving the original quality and bit rate of the source file. Its straightforward functionality allows any user to easily open a file, select the starting and end cutting points, and save the selection in their system."; fDesc[13] = "compliant MPEG streams and pristine formats, along with precise customized settings. The application is ideally suited for the creation of MPEG-2 streams, and is highly useful especially for the 3DCG Animators, non-liner video editors, game creators as well as DVD professionals."; fDesc[14] = "files. The program will allow you to split large Mp3 files into smaller pieces by just clicking on a few buttons. Using this software, you will also be able to join different Mp3 files into a bigger file so that you can listen to all your songs or audio files at once."; fDesc[15] = ", decoding, creating torrent files etc. This software serves as a center for many applications utilized by its user. Trader’s Little Helper helps in encoding and decoding wav files. The user can create and display information encoded in torrent files."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }