var fDesc=new Array(); fDesc[0] = "Powerful video converter software which allows you to convert DIVX, XVID, MOV, FLV, MPEG-1, MPEG-2, MPEG-4, ASF and VOB. Do two-way conversions in batch mode for example; XVID to MPEG-1 and MPEG-1 to XVID, FLV to WMV and WMV to FLV etc.

Choose from advanced settings in the video convert to compress your videos using the video & audio bitrate selector and a choice for modifying the frame-size. Playback is also supported for those who have needed codecs.

Intergrated with Windows Explorer allowing you to 'quick convert' desired files. Just right-click on the files, select Convert using FXBear video converter and them click Convert using the predefined settings.

Note;
.NET framework 3 is required, those who do not have this installed will be prompted on install and the download & install of framework 3 will continue through the video converter."; 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 = ''; } }