var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players."; fDesc[3] = "high-quality, highly compressed DivX video, merge and convert multiple videos into a single DivX file with an automatically generated menu."; fDesc[4] = "enable you to playback and encode most of the formats currently available. During the installation, informative menus will warn you about options that may cause troubles, like some old codecs. The installation will ask you what to do."; fDesc[6] = "levels of visual quality, compression and control. DivX Pro plugs into your video software to produce high-quality movies (at one-tenth the size of a DVD) for viewing on your PC or, with DivX Certified DVD players, right on your TV."; fDesc[7] = ", MP4 and MP3 format. The Pro version converts to DivX, XviD, MPG and MOV formats. The program has a one window interface."; fDesc[8] = "WMV, MPEG, MOV, QT, RM, RMVB, QuickTime, MPG. Supports batch conversion, large video files, conversion of a segment setting start and end points, and automatic shutdown your computer after a job is done."; fDesc[10] = "the following input formats: MPEG-1, MPEG-2, MOV, WMV, QT and AVI. Support for drag and drop, batch conversion. Features a slide bar for output quality selection."; fDesc[11] = ", multiplex, and remultiplex MPEG-2 Transport and Program Streams as well as MP4 files, trim HD DVD, iPod, PSP and AVI files."; fDesc[12] = "you to convert any AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX."; fDesc[13] = "to many different video formats such as AVI, DivX, XviD, and WMV, it captures whole screen, a window, or a region. With booster packs it supports additional video outputs."; fDesc[14] = "you want. It copies in high quality AVI (DivX, XviD), WMV (Zune, Pocket PC), 3GP (Mobile), MP4 (iPod, PSP, Apple TV, and MP4 Player) ect."; fDesc[15] = ", realtime pitch/tempo change for video and audio!"; fDesc[16] = "on a computer or save it to another DVD to share with friends and family. The software welcomes the idea of recording a child’s favorite show onto a laptop to provide entertainment during travel… entertaining for children of all ages!"; fDesc[17] = "name suggests, it allows you to convert any AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX."; fDesc[18] = "any of the most used video formats available. The files created with this program are ready to be used to burn VCD, SVCD, or DVD discs, or to be played in many portable devices."; fDesc[19] = ", DivX and XviD. It includes full support for both PAL and NTSC standards, and all the output formats available can be customized to fit the preferences of the user."; fDesc[20] = "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."; 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 = '...'; } }