var fDesc=new Array(); fDesc[1] = "video files to other formats many times. Most formats are only supported by some applications, and having to change applications all the time just to encode a file is turn-down. However, not all is so dull nowadays."; fDesc[2] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on."; fDesc[3] = "well, and most of them look and feel exactly the same. The main goal of this application is to allow the user to convert an AVI file into a DVD ISO."; fDesc[4] = "DVD, MPEG1, MPEG2, MPEG4 and Divx. Once you convert your files into those formats you will be able to play them on any DVD and VCD players."; fDesc[5] = "hard drive, that you can later share over Internet. bitRipper converts video on-the-fly, copying data and writing it to AVI file at the same time."; fDesc[6] = "DVD disc, ISO file, or DVD folder and edit good looking menus for DVD movies. Supports DVD-5 and DVD-9, NTSC and PAL, Multithreading and batch conversion."; fDesc[7] = "files into AVI, WMV, VCD, MPEG, SVCD and DVD files. This program provides you with the function of converting multiple files into a specific format all at once without losing any quality at all during the process."; fDesc[8] = "and XVID. All these converted files can be saved on to the hard disk for latter use. Further assuring unusual picture and sound quality, it will help the user to get professional quality output with great speed, take out and save images as jpg or bmp formats and much more."; fDesc[9] = "AVI, DivX, Xvid, MPEG1 and MPEG2, VCD, DVD and SVCD. It supports WMV files with no sound in them. The software supports batch conversion without user interaction, video files larger than 2GB, .wmv and .asf files."; fDesc[10] = "DVD (VOB and IFO) format so they can be played on any regular DVD player, withou the need of a computer. The application converts in batch mode all the selected files or segments. The image aspect ratio can be forced to a specific (4:3 or 16:9) or automatically set by the application."; fDesc[11] = "IFO files. It supports batch conversion to DVD video files and can directly burn to DVD blank discs. The video size ratio or aspect can be force to a desired format or automatically set by the application."; fDesc[12] = "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] = "can use it to convert several files at once. The user interface is fairly easy to understand. All you have to do is add files using the add file button and the rest is self-explanatory. Just select the type of conversion that you want to do in Output format."; fDesc[14] = "recording them to VCD/DVD with a separate VCD or DVD creation program. The resulting VCD/DVD/SVCD can be played on VCD players, and many DVD players. Windows based ."; fDesc[15] = "Archos MP4, iRiver, Creative Zen, and other portable media players. It allows you to configure advanced settings, and edit output video with crop, trim, and effects."; 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 = '...'; } }