var fDesc=new Array(); fDesc[1] = "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[2] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games."; fDesc[3] = "tiny yellow window that contains all the information required to get the most out of its features. The Capture item allows you to chose between different capture modes."; fDesc[4] = "and save them into an AVI file. When using this program, you will be able to record your cursor's movements and narrate the actions you are taking by using a microphone."; fDesc[5] = "(SRT), is the perfect video stills solution."; fDesc[6] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT."; fDesc[7] = "After taking a snapshot, you can adjust brightness, contrast and sharpen, to enhance the results even from the original! Moreover, you can add a custom watermark to the picture."; fDesc[8] = "most popular video format such as AVI, FLV, ASF, MOV, RM, RMVB, WMV, MKV, VOB, MPG, MPEG etc. Except that frame grab ability like others video-frame-capture software, Video Snapshot Wizard can also edit frame image, output as BMP, JPG, GIF graphics, and can even rebuild the frames to create animated GIF image or movie thumbnails. Features Capture frames from movie files. Support the most popular video formats. Support Continuous Capture Mode. Display frames using thumbnails view mode. Output frames as a custom-defined animated GIF image. Edit your favorite pictures and make your thumbnails."; fDesc[9] = "turn this video into AVI files, animated GIF files, and even JPEG still shots."; fDesc[10] = "applications with animated banners or gif files, as well as capturing the snapshots from video files. The application allows the user to easily capture frames from video and turn them into treasured photographs."; fDesc[11] = "program also supports taking snapshots from bitmap or JPEG files from different mobile devices. The application supports the most popular video files, including AVI, WMA, MPEG, FLV, SWF and so on."; fDesc[12] = "camcorder, encode, and save it as a video file in any of these formats: DV AVI (type 1 and 2), AVI, and ASF (WMF). Best of all, it is possible select a tape capture mode (from the beginning, selected position, whole tape, an interval)."; fDesc[13] = "mainly to make printing jobs easy, it includes a number of basic but useful editing functions that will enhance your digital photos in seconds. It will also import your videos and create screenshots that you can later edit and print just like any other image in your library."; fDesc[14] = "playing them! FastCap will not slow down your PC much even when you record at high FPS. FastCap's video resolution is optional"; fDesc[15] = "and image from DV, TV tuner, and other device like USB Cam. You can edit media files already saved in your computer. It also has the function of motion detection to set alarms. Supported video formats: AVI and MPEG."; 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 = '...'; } }