var fDesc=new Array(); fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[2] = "STAC 9750 AC97 WDM Audio Driver. Whatever way you want to label it, the driver package installs version 5.1 of the driver onto your system and can be used as an update to an earlier driver or as part of a new installation."; fDesc[3] = "popular formats. It has a clean interface, and is easy to use. The conversion speeds are good and the output videos are of good quality, which is great."; fDesc[4] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface"; fDesc[5] = "VoIP calls and Instant Messaging conversations."; fDesc[6] = "defaults preference for the windows media player. Most of the time it so happens that after you install many softwares or codes, a video file may not play in windows media player or Media Center. This can be corrected by using this program."; fDesc[7] = "these CODEC's."; fDesc[8] = "author an playback MPEG-4 media (audio and video) under Windows, Mac OS X and Linux. This codec can be configured through the 3ivX Config entry in the Program's Menu."; fDesc[9] = "Analyze avi files and discover which codecs are needed and get a lot of info about the file. Easy to use interface."; fDesc[10] = "program just a video joiner because you can change the output video format to AVI, MP4, 3GP, MPEG, WMV, VOB - and this way you can use the program as video converter too."; fDesc[11] = "error message instead. The absence of required software elements or multimedia codecs usually is a reason of such situations. Codec Checker is an application for solving these problems. It gives you all information about any video or audio file in a clear detailed form."; fDesc[12] = "DivX Codec XviD Codec AC3 Filter DivX AntiFreeze Video Inspector. All this codecs, filters, tools are FREE! Unlike other codec packs, you can select the components you want to install, you get uninstall support, detection for previous installed versions, update for new versions - you don’t have to download the whole pack again."; fDesc[13] = "to AVI, or encode to AVI the videos you burnt into VCDs and SVCDs. You can select which parts will be converted, as well as change the aspect ratio, or the video and audio quality."; fDesc[14] = "internet. So, it is the codec they usually rip a DVD into. The main advantages of DIVX is that the video quality is maintained to the maximum while the file sizes are small. It gives one of the best compression available."; fDesc[15] = "download new codecs. Current version 6 also filters out using filters like CDDa and DivX. MUSK Codec Pack is also multilingual tool."; fDesc[16] = "a video but is stuck with problem in viewing it. afreecodecVT allows the user to load the file and determines the codec required to play the file. It supports both audio and video codecs."; fDesc[17] = "webcams, TV Tuner cards, digital video, digital cameras and more. You can set audio and video compression codecs, output frame size and rate, and take snapshots with a hotkey."; fDesc[18] = "ones recorded with DigiCam, WebCam, NetCam, and more video sources. It can also playback hardware M-JPEG AVI files, like those produced by Rainbow Runner, DC10, DC20, DC30 or Buz, without requiring the specific hardware codec."; fDesc[19] = "decompress video files, in order to watch them using your regular viewers, such as Windows Media Player, or edit videos with your favorite program. This codec works both in 32-bit and 64-bit operating systems."; fDesc[20] = "and decompression for wav files. The codec is used to produce high quality compression audio files. There is no loss of data and no compromise on the quality when the compression is done."; 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 = '...'; } }