Regular Rep: 10 Joined: 20 Nov 2004 Posts: 1,447 | Quick Solution:
Everything you need can be found here: http://www.matroska.org (click on Downloads)
More info:
Probably the most sophisticated container today (even if it’s not the most widespread). Some of its features: open-source/royalty-free, multiple audio/subtitle tracks, variable bitrate audio, variable framerate video, streamable, dvd-style menus and chapters, fast seeking.
If you want to find out what codec a matroska file uses, use VideoInspector available here http://www.kcsoftwares.com/index.php?vtb
If you want to create, edit, or convert matroska files, use VirtualDubMod http://virtualdubmod.sourceforge.net
(VirtualDubMod can also losslessly transcode audio/video streams between the avi, ogm, and matroska containers.)
As noted on the Matroska site, alternate players such as Media Player Classic, The Core Media Player, VideoLan, or MPLayer are the preferred choice for mkv playback. It’s possible to play mkv files in Windows Media Player (or any DirectShow application) using filters (which are lower-level than codecs), but this is less reliable.
Stay tuned for more detailed instructions from ChristianHJW from the Matroska team! |