Page 1 of 2 12 LastLast
Results 1 to 16 of 25

Thread: How to play MKV's in WMC?

  1. #1
    Senior Member
    Join Date
    May 2007
    Location
    London
    Posts
    347
    Thanks
    73
    Thanked
    6 times in 6 posts
    • KalC's system
      • Motherboard:
      • Gigabyte H55-UD2H
      • CPU:
      • i5 750 cooled by Corsair H50
      • Memory:
      • 4GB Corsair DDR3
      • Storage:
      • 1x500GB F3 + 2x1TB F3's
      • Graphics card(s):
      • XFX 4890
      • PSU:
      • 520W Corsair
      • Case:
      • Antec Mini P180
      • Operating System:
      • Windows 7 x64
      • Monitor(s):
      • BenQ G2220HD
      • Internet:
      • 8Mib Sky

    How to play MKV's in WMC?

    Hey guys, does anyone know how to get MKV files to play in Windows Media Center? Ive downloaded FFDshow and haali media splitter and can get my MKV files to work fine in Windows Media Player but they just refuse to work in WMC, all i get is a blue screen that says codec not found or something or other

    Is there a MKV extender that I could just add to WMC to get it to play? Cheers for any help

    KalC

  2. #2
    HEXUS.social member Agent's Avatar
    Join Date
    Jul 2003
    Location
    Internet
    Posts
    19,185
    Thanks
    739
    Thanked
    1,614 times in 1,050 posts

    Re: How to play MKV's in WMC?

    Put this into a .reg file and run:

    Code:
    Windows Registry Editor Version 5.00 
    
    [HKEY_CLASSES_ROOT\.ogm]
    "PerceivedType"="video"
    "Content Type"="video/x-ogm"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.ogm]
    "Runtime"=dword:00000007
    "Permissions"=dword:0000000f
    "UserApprovedOwning"="yes"
    
    
    [HKEY_CLASSES_ROOT\.mkv]
    "PerceivedType"="video"
    "Content Type"="video/x-matroska"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.mkv]
    "Runtime"=dword:00000007
    "Permissions"=dword:0000000f
    "UserApprovedOwning"="yes"
    This will *only* work if you can already play the content in WMP (ie. have the codec installed already )
    Last edited by Agent; 04-09-2009 at 02:49 PM. Reason: fixed the missing line
    Quote Originally Posted by Saracen View Post
    And by trying to force me to like small pants, they've alienated me.

  3. Received thanks from:

    KalC (04-09-2009)

  4. #3
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable

    Re: How to play MKV's in WMC?

    I would have thought that the Haati Matroska Splitter installer would have put those keys in?
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  5. #4
    Senior Member Blastuk's Avatar
    Join Date
    Nov 2008
    Location
    Newcastle
    Posts
    984
    Thanks
    93
    Thanked
    66 times in 64 posts
    • Blastuk's system
      • Motherboard:
      • Gigabyte Z77X-D3H
      • CPU:
      • Intel Core i5 3570
      • Memory:
      • Corsair Vengeance LP 4x4GB @ 1600mhz
      • Storage:
      • Samsung 840 Pro 250GB, Samsung 850 EVO 500GB
      • Graphics card(s):
      • GeForce GTX 970
      • PSU:
      • OCZ ZS 650W
      • Case:
      • Antec Eleven Hundred
      • Operating System:
      • Windows 7 64bit
      • Monitor(s):
      • Dell 2209WA 22" + Dell U2412M 24"
      • Internet:
      • Virgin 152Mb

    Re: How to play MKV's in WMC?

    Code:
    REGEDIT4
    
    [HKEY_CLASSES_ROOT\.ogm]
    "PerceivedType"="video"
    "Content Type"="video/x-ogm"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.ogm]
    "Runtime"=dword:00000007
    "Permissions"=dword:0000000f
    "UserApprovedOwning"="yes"
    
    
    [HKEY_CLASSES_ROOT\.mkv]
    "PerceivedType"="video"
    "Content Type"="video/x-matroska"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.mkv]
    "Runtime"=dword:00000007
    "Permissions"=dword:0000000f
    "UserApprovedOwning"="yes"
    fixed..

    does this method work when I use the xbox360 as an extender?

  6. #5
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: How to play MKV's in WMC?

    Quote Originally Posted by Blastuk View Post
    Code:
    REGEDIT4
    
    [HKEY_CLASSES_ROOT\.ogm]
    "PerceivedType"="video"
    "Content Type"="video/x-ogm"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.ogm]
    "Runtime"=dword:00000007
    "Permissions"=dword:0000000f
    "UserApprovedOwning"="yes"
    
    
    [HKEY_CLASSES_ROOT\.mkv]
    "PerceivedType"="video"
    "Content Type"="video/x-matroska"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Multimedia\WMPlayer\Extensions\.mkv]
    "Runtime"=dword:00000007
    "Permissions"=dword:0000000f
    "UserApprovedOwning"="yes"
    fixed..

    does this method work when I use the xbox360 as an extender?
    No. The Xbox 360 has a specific list of supported formats and codecs, what your PC can do is irrelevant to it

  7. #6
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How to play MKV's in WMC?

    You don't need to mess around with the registry - get the codec pack from http://shark007.net/ for Vista or Windows 7, install and it works. Uninstall any codec packs previously installed first though.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  8. Received thanks from:

    cheekster (05-09-2009),KalC (04-09-2009)

  9. #7
    Senior[ish] Member Singh400's Avatar
    Join Date
    Jun 2008
    Posts
    2,935
    Thanks
    136
    Thanked
    310 times in 247 posts

    Re: How to play MKV's in WMC?

    Quote Originally Posted by dangel View Post
    You don't need to mess around with the registry - get the codec pack from http://shark007.net/ for Vista or Windows 7, install and it works. Uninstall any codec packs previously installed first though.
    I've got the Shark007 codec pack. But 7MC can't see the MKV files.

  10. #8
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How to play MKV's in WMC?

    Quote Originally Posted by Singh400 View Post
    I've got the Shark007 codec pack. But 7MC can't see the MKV files.


    See that there MKV tab?



    It works fine for me..
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  11. #9
    Senior[ish] Member Singh400's Avatar
    Join Date
    Jun 2008
    Posts
    2,935
    Thanks
    136
    Thanked
    310 times in 247 posts

    Re: How to play MKV's in WMC?

    Quote Originally Posted by dangel View Post
    http://shark007.net/images/frontpage.jpg

    See that there MKV tab?



    It works fine for me..
    Yeah I've already been through the settings application, and set everything up.

    Windows Media Player can see and play MKV files fine. But 7MC (7 Media Centre) can't.

    Not a huge blow really at this moment, but I do plan on building a HTPC soon, and then it will be a huge issue. So ideally I'd like to get it fixed now.

    Tried the registry hacks last night, and still nothing.

  12. #10
    Senior Member
    Join Date
    Oct 2005
    Posts
    589
    Thanks
    12
    Thanked
    32 times in 19 posts

    Re: How to play MKV's in WMC?


  13. #11
    isn't trying to wind U up Shooty*'s Avatar
    Join Date
    Sep 2007
    Location
    West Mids
    Posts
    1,411
    Thanks
    113
    Thanked
    60 times in 48 posts
    • Shooty*'s system
      • PSU:
      • Corsair Modular 620W
      • Case:
      • ThermalTake Tsunami Dream, black, windowed.
      • Internet:
      • Plus Net

    Re: How to play MKV's in WMC?

    Gotta admit, this has never caused me a problem.

    However, if I may, can I point you towards Mediabrowser? Its a media centre app, and it is infinitely superior to Media Centre.

    Linky

    Will probably solve your MKV problems at the same time.
    My HTPC: Linky

  14. Received thanks from:

    KalC (04-09-2009)

  15. #12
    Senior Member
    Join Date
    Aug 2008
    Posts
    492
    Thanks
    8
    Thanked
    106 times in 80 posts

    Re: How to play MKV's in WMC?

    Quote Originally Posted by Singh400 View Post
    Yeah I've already been through the settings application, and set everything up.

    Windows Media Player can see and play MKV files fine. But 7MC (7 Media Centre) can't.

    Not a huge blow really at this moment, but I do plan on building a HTPC soon, and then it will be a huge issue. So ideally I'd like to get it fixed now.

    Tried the registry hacks last night, and still nothing.
    Sorry if I'm teaching granny to suck eggs, but are you running a 64-bit OS without the Shark007 x64 components addon? That might explain why MKVs play in WMP (where the 32-bit version is enabled by default, and therefore uses 32-bit codecs), but not in Media Centre (which is 64-bit)...

  16. Received thanks from:

    Singh400 (04-09-2009)

  17. #13
    Senior[ish] Member Singh400's Avatar
    Join Date
    Jun 2008
    Posts
    2,935
    Thanks
    136
    Thanked
    310 times in 247 posts

    Re: How to play MKV's in WMC?

    Quote Originally Posted by CaptainCrash View Post
    Sorry if I'm teaching granny to suck eggs, but are you running a 64-bit OS without the Shark007 x64 components addon? That might explain why MKVs play in WMP (where the 32-bit version is enabled by default, and therefore uses 32-bit codecs), but not in Media Centre (which is 64-bit)...
    Oh dear /facepalm on my part. You have a point, don't think I installed the x64 add-on pack

  18. #14
    Senior[ish] Member Singh400's Avatar
    Join Date
    Jun 2008
    Posts
    2,935
    Thanks
    136
    Thanked
    310 times in 247 posts

    Re: How to play MKV's in WMC?

    Quote Originally Posted by CaptainCrash View Post
    Sorry if I'm teaching granny to suck eggs, but are you running a 64-bit OS without the Shark007 x64 components addon? That might explain why MKVs play in WMP (where the 32-bit version is enabled by default, and therefore uses 32-bit codecs), but not in Media Centre (which is 64-bit)...
    Genius, just genius. I installed the x64 add-on pack for Shark007 and all is well. 7MC sees MKV files now and plays them beautifully!! Have a thanks

  19. #15
    Senior Member
    Join Date
    Aug 2008
    Posts
    492
    Thanks
    8
    Thanked
    106 times in 80 posts

    Re: How to play MKV's in WMC?

    lol... you're very welcome. Glad it was easily fixed in the end.

  20. #16
    Senior Member
    Join Date
    May 2007
    Location
    London
    Posts
    347
    Thanks
    73
    Thanked
    6 times in 6 posts
    • KalC's system
      • Motherboard:
      • Gigabyte H55-UD2H
      • CPU:
      • i5 750 cooled by Corsair H50
      • Memory:
      • 4GB Corsair DDR3
      • Storage:
      • 1x500GB F3 + 2x1TB F3's
      • Graphics card(s):
      • XFX 4890
      • PSU:
      • 520W Corsair
      • Case:
      • Antec Mini P180
      • Operating System:
      • Windows 7 x64
      • Monitor(s):
      • BenQ G2220HD
      • Internet:
      • 8Mib Sky

    Re: How to play MKV's in WMC?

    Thanks for all the informative input guys! Dangel, you are a legend. Them codecs done the trick

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My inane rant about internet spades
    By acrobat in forum General Discussion
    Replies: 39
    Last Post: 10-11-2013, 07:30 PM
  2. Replies: 36
    Last Post: 17-07-2008, 06:24 PM
  3. Replies: 3
    Last Post: 24-04-2008, 10:49 AM
  4. A few PC parts to enable girlfriend to play Guild Wars
    By Parm in forum Retail Therapy and Bargains
    Replies: 5
    Last Post: 11-07-2005, 07:06 PM
  5. Can't play anything Apple
    By midzt in forum Help! Quick Relief From Tech Headaches
    Replies: 0
    Last Post: 27-06-2004, 11:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •