var fDesc=new Array(); fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc."; fDesc[2] = "them to embed videos in web spaces, blogs, or sites. This tool simplifies the experience of video managing with a modest usage of system resources and good quality, which makes it a good choice for online videos."; fDesc[3] = "video with in one of the following file formats: DivX, AVI, DIV, TIX, QT, MOV, MPG, MPE, and MKV (the new DivX Plus HD video)."; fDesc[4] = "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[5] = ".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[6] = "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[7] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development."; fDesc[8] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files."; fDesc[9] = ", like Windows Media Player. Version 2.23 includes Subresync for fixing subtitle sync problems, SubMux for muxing SRT subtitles (and audio tracks) with AVI/DivX files, VOBSub cutter, Sub Cutter and Joiner."; fDesc[10] = "high-quality, highly compressed DivX video, merge and convert multiple videos into a single DivX file with an automatically generated menu."; fDesc[11] = "care of pretty much all your converting needs. However, this is not a free application. It supports most common formats and, of course, formats like AVI, MPEG1/2/4, CD/SVCD/DVD, DivX, XVid, ASF, WMV, RM, QuickTime MOV, and Flash SWF are there."; fDesc[12] = ", 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[13] = "creatively with the help of audio tracks, animated menus, subtitles including slideshows which can be inserted in your videos with suitable audios."; fDesc[14] = "DivX it can show subtitles, providing they have the same name than the related video, and they´re stored in the same folder. You can play every type of audio or video files, even providing only its URL."; fDesc[15] = "to VCD, SVCD, DVD formats that can be played on your home VCD/DVD player. This incredible software includes an Integrated high-speed MPEG encoder that enables you to make DVD-Video files(VIDEO_TS, AUDIO_TS) and VCD/SVCD image (*.bin,*.cue)."; 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 = '...'; } }