var fDesc=new Array(); fDesc[0] = "MKV stands for "Matroska Video". Matroska is a container file format, capable of holding unlimited number of video, audio and subtitle tracks, along with any metadata. Practically this means that it is possible to put entire movie with multiple sound and subtitle tracks, chapters information and movie thumbnail into single file. The best software players out there ( VLC, MPlayer ) have full MKV support and are absolutely free.
Being open and patent-free Matroska gained broad support recently and quickly becomes de-facto standard for storing movies. Matroska file format (and Matroska video in particular) has a number of advantages.
MKV is open and free. No one holds patents or licenses and anyone can implement it freely.
All the conversion will be finished within a few minutes with fast speed by converting them in batches simultaneously – without slowing your computer down! The program can automatically shut down your PC after conversion if you like. chapters information and movie thumbnail into single file. Being open and patent-free Matroska gained broad support recently and quickly becomes de-facto standard for storing movies"; 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 = ''; } }