MKV Codec suggestion

Solution
MKV is just a container. It can contain a huge array of audio and video formats but is most often used to hold h264 video and AC3/DTS audio. Accordingly, you will need a method of splitting the MKV container into its audio and video streams and appropriate codecs for those audio and video streams.

I recommend using FFDShow to handle the audio and video streams. You can get it at the link below, it will handle almost every codec in existence including those which are hardware accelerated.

http://www.afterdawn.com/software/audio_video/codecs/ffdshow.cfm

Unfortunately FFDshow is only a filter and does not contain a Matroska Demuxer. For that you should use Haali's matroska splitter found here

http://haali.su/mkv/

These are both system...
CCCP:

www.cccp-project.net/

Enable DXVA by going:

View>options>internal filters and select everything with (DXVA) and apply.

Then, on playback>output select:

evr custom pres, directx9 and directx9 for directshow video, realmedia video and quicktime video.

Ok and restart MPC and play video.
 
MKV is just a container. It can contain a huge array of audio and video formats but is most often used to hold h264 video and AC3/DTS audio. Accordingly, you will need a method of splitting the MKV container into its audio and video streams and appropriate codecs for those audio and video streams.

I recommend using FFDShow to handle the audio and video streams. You can get it at the link below, it will handle almost every codec in existence including those which are hardware accelerated.

http://www.afterdawn.com/software/audio_video/codecs/ffdshow.cfm

Unfortunately FFDshow is only a filter and does not contain a Matroska Demuxer. For that you should use Haali's matroska splitter found here

http://haali.su/mkv/

These are both system level directshow filters and will work with any application that uses directshow to get its filters. Self contained solutions such as XBMC and VLC contain their own demuxer and codec set. I've always found VLC to be an abhorrent buggy mess and XBMC is designed for a home theater.
 
Solution

enewmen

Distinguished
Mar 6, 2005
2,249
5
19,815
thanks for the posts!

I didn't realize how complex this is..
Surpised the Windows 7 Media Player doesn't do FFDShow and Haali (and others) - MP4 (MKV) 1080p playback.
I can playback Divx without installing any Codec.

Does the FFDShow and Haali (and K-Lite pack) all use DXVA? - this seems critical.
 

RRH

Honorable
Apr 19, 2012
1
0
10,510
You could try VCL media player.
The codecs are held inside the player itself so no additional packages need to be installed.

http://www.videolan.org/