What is an MKV file and how to read it

Last update on October 19, 2009 02:24 PM by Jeff
Published by netty5

What is an MKV file and how to read it



What is an MKV file?


An MKV file is an audio and video container that can support various audio, video and subtitle compression formats. MKV files usually have a menu system slightly similar to a DVD menu, tools and libraries that allow developers to add MKV support to their applications, an audio/video cross-platform in a multimedia container format and streaming facilities over the internet. MKV has been licensed as an open source container format and is hence free for public distribution.

How to read an MKV file?


This file will usually includes an encoder that will hence require a codec to read it. Below are the links where you can get those codes for free.

VLC Media Player
Download Link: http://uberdownloads.com/software/video-player/VLC.html

VC Codec
Download Link: http://multimedia.ftpk.net/telecharger-VD-Codec-pack-0-9-Divx-Xvid-MKV-etc-.html

GOM Player
Download Link: http://gom-player.en.softonic.com/
Best answers for « What is an MKV file and how to read it » in :
How to read a file mkv (Matroska) Show How to read a file mkv (Matroska) To read a file MKV, download the DirectShow filters on below link: http://prdownloads.sourceforge.net/guliverkli/matroskasplitter_20040311.zip You can also download the package on below...
How to read a file line by line Show How to read a file line by line Intro Tips Bonus Intro One of the most common errors of learning scripts bash on GNU / Linux is to read a file line by line, is to use a loop "for" (for line in $ (cat file.txt) do. ..), which in this...
How to read and create a BIN and CUE file? Show How to read and create a BIN and CUE file? What is a BIN file? How to create BIN and CUE files How to burn BIN and CUE files How to read/convert BIN and CUE files What is a BIN file? A BIN and CUE file together create a binary...
How to read and create a .NRG file ShowHow to read and create a .NRG file What is a .NRG file? Burn a NGR file with Nero Burning ROM Burn a NRG file with Alcohol 120% What is a .NRG file? A file with the .NRG extension is a CD image file generated by softwares like Nero...
Reading a .Pub file without Publisher ShowReading a .Pub file without Publisher Basically it is impossible. The aim is to: Simply convert the .Pub to .Pdf. Here is a link, for a website on which you can make this conversion for free: http://www.conv2pdf.com/ Just...
How to read a .DAA file ShowHow to open a .DAA file DAA is the acronym for Direct Access Archive and is used mainly for data compression and file splitting. Like .bin/.cue files, the .daa extension is an archive file format that can be used to divide a movie file into...
Download Foxit Reader ShowFoxit Reader is a free PDF document viewer and printer, with incredible small size. Features: Multi-language Input Capture words via mouse Search PDF in another way Minimize Foxit Reader to the system tray Work with friendly bookmarks ...
MKV format (Matroska Video) ShowMKV format The MKV format (Matroska Video) is an entirely free video format. More precisely, it is a container (hence the name Matroska, in reference to the Russian dolls contained within another) making it possible to contain video (DivX, Xvid,...
RLE Compression ShowPixel packing Pixel packing is a method which allows pixels to be stored in an optimal way: for a monochrome image there are, by definition, only two colours, a point of the image can thus be coded in only one bit to gain memory space. RLE...