var fDesc=new Array(); fDesc[1] = "application can directly download any selected video at the Youtube web site. The user opens the Youtube site and selects the video (s)he wants to download. Then runs Feneris Video Downloader, which displays the URL for the selected video at the upper input box."; fDesc[2] = "development effort. All code is released under the terms of the GNU GPL license. The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple Profile standards. It permits compressing and decompressing digital video in order to reduce the required bandwidth of video data for transmission over computer networks or efficient storage on CDs or DVDs. Due to its unrivalled quality Xvid has gained great popularity and is used in many other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and many more."; fDesc[3] = "Real Video, VCD, Quick Time, DVR-MS, MTS, FLV, MP4 , MKV , 3GP, VOB, Nullsoft Video. It helps you convert files to formats compatible with popular portable devices. Includes a trim tool, profiles for the most common outputs and automatic shutdown after a job is done."; fDesc[5] = "source, like your photo camera, scanner or webcam, provided they have the same dimensions. Of course, you can adjust the size of each image with your preferred photo editing program before joining them in one video."; fDesc[6] = "Container) both of them with video codecs XviD or x264. The principal feature is that it includes the program AvsP to tuning the output allowing you to preview the output, resize, trim, deinterlace, change frame rate, add filters like denoise, etc."; fDesc[7] = "MPG, AVI, WAV as well as FLV. It has attractive features, especially conversion to a variety of importance formats such as video to iPhone, iPod, Zune, Archos, Xbox, Creative Zen Vision and even Apple TV."; fDesc[8] = "MOV to VCD and MOV to SVCD video converter."; fDesc[9] = "files. This program can be used to convert files and then extract them to the most popular portable devices, including, of course, iPod, iPhone, Zune Player and different cell phones."; fDesc[10] = "files into one larger AVI or MPEG video file.Quick AVI MPEG Joiner can join all formats of avi video files and mpeg video files together. The source avi files can be Uncompressed, MS Video 1, XviD, DivX, MPEG4...formats. The source mpeg files can be MPEG-1, MPEG-2, VCD, SVCD, DVD formats. The source video files can have different video frame size, video frame rate, audio format, audio channel. You can set the output avi or mpeg video file's video frame size, video frame rate, video codec, audio format, audio channel as you want."; fDesc[11] = ", allowing you to create the necessary files to burn your videos into VCD, SVCD or DVD. The actual burning capabilities, though, are reserved for the Pro version of this software."; fDesc[14] = "converting any video format to Xvid with excellent output quality."; 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 = '...'; } }