var fDesc=new Array(); fDesc[0] = "Dicsoft MKV Video Converter is popular video conversion utility. It supports MKV conversion between a wide variety of different file formats such as AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP.

This version brings further functional and interface enhancements, while preserving the straightforward interface design which makes this program so easy and fun to use. You can preview the source video and edited video and cut any segment of the Video into MKV(Matroska Video) video clips by specifying the beginning and end time of the conversion
AVI to MKV converter, MOV to MKV converter, convert MKV to AVI, MP4
Convert any videos like WMV, DivX, H.264/AVC, XviD, MOV to MKV.
Convert any audios like MP3, WAV, WMA, AAC, M4A to MKA"; 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 = ''; } }