var fDesc=new Array(); fDesc[0] = "Video Converter Max is an easy-to-use tool to convert your video files to various video formats.
It has an easy-to-use design. The application supports the most popular video formats. Preview the input video files before converting is possible.
There is an automatic generation for output file names.

Supported Input Video Formats are any video File that encoded with any of the following codecs: 4X Video, American Laser Games Video, AMV, Apple Animation, Apple Graphics, Apple MJPEG-B, Apple QuickDraw, Apple Video, Asus v1, Asus v2, ATI VCR1, ATI VCR2, Autodesk RLE, AVID DNxHD, AVS video, Bethsoft VID, C93 video , CamStudio. etc.
Supported Output Video Formats are AVI, ASF,WMV,MOV, FLV, MPG, MPEG,MP4, RM,YUV with the following video codecs: ASUS V1, ASUS V2, VC3/DNxHD, DV (Digital Video), FFmpeg codec #1, Huffyuv FFmpeg variant, Flash Screen Video, Flash Video, H.261, H.263, H.263+ / H.263 version 2, Huffyuv / HuffYUV, libdirac Dirac 2.2, libschroedinger Dirac 2.2, libtheora Theora, H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10, libxvidcore MPEG-4 part 2, MPEG-1 video, MPEG-2 video, MPEG-4 part 2, MPEG-4 part 2
Microsoft variant version 3, MPEG-4 part 2 Microsoft variant version, etc."; 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 = ''; } }