var fDesc=new Array(); fDesc[0] = "free Video Studio Decompiler is easy to use and powerful for experts. Just one click to convert with beautiful user interface. Burning VCD/SVCD/DVD is supported. It supports almost all video file formats, include AVI, MPEG/MPG 1/2/4, VCD/SVCD/DVD, DivX, ASF, WMV, RM, QuickTime MOV MP4, and Flash SWF. And it has a powerful video decompress/compress engine that convert whole AVI movie to DVD in 90 DirectShow Audio / Video coders.
5. Added an built-in MP3 audio stream, MP2 audio stream and MP4 video Encoder in AVI, with much faster encoding speed.
6. Added uncompressed audio / video encoding for AVI, providing convenient different video editing for users.
7. Built-in AVI Encoder supporting audio / video bit rate designated by users.
8. Support Flash8 components.
9. Support convert DirectShow Audio / Video coders.
10. The file dividing can be more precise .
11. much better support for special files(incomplete, corrupted files).
12. Added audio and subtitles selection option and 6-channel to 2-channel mixing.
13. Add support to menu relating, file combine, conversion pause functions in the conversion , supporting image grabbing and video preview in advanced properties and so on.
14. Fixed all known bugs."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }