AVS › AVS Forum › Video Components › Home Theater Computers › Hack MCE with VLC???
New Posts  All Forums:Forum Nav:

Hack MCE with VLC???

post #1 of 6
Thread Starter 
Has anyone developed a MCE hack that uses VLC instead of Windows Media Player? I've tried some of the other front ends and still prefer MCE. The problem is MCE doesn't play some of my Divx and mkvs, yet VLC plays everything flawlessly.
post #2 of 6
How doesn't it play some divx and mkv's? You can change the codecs for MCE/VMC and change the file associations to make them viewable in MCE/VMC. There should be no need for VLC. ffdshow + CoreAVC should play everything you have and more.
post #3 of 6
i use transcode360 - works not only for xbox as extender but locally too.
post #4 of 6
Thread Starter 
Quote:
Originally Posted by jhhoffma View Post

How doesn't it play some divx and mkv's? You can change the codecs for MCE/VMC and change the file associations to make them viewable in MCE/VMC. There should be no need for VLC. ffdshow + CoreAVC should play everything you have and more.

How do you change the file associations and codecs for MCE?
post #5 of 6
Here are some Registry edits to make MCE recognize some of the formats.

[HKEY_CLASSES_ROOT\\.mp4]
"PerceivedType"="video"
"Content Type"="video/mp4"

[HKEY_CLASSES_ROOT\\.m2v]
"PerceivedType"="video"
"Content Type"="video/mpeg"

[HKEY_CLASSES_ROOT\\.mka]
"PerceivedType"="audio"
"Content Type"="audio/x-matroska"

[HKEY_CLASSES_ROOT\\.mkv]
"PerceivedType"="video"
"Content Type"="video/x-matroska"



[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Multimedia\\W MPlayer\\Extensions\\.m2v]
"Runtime"=dword:00000007
"Permissions"=dword:0000000f
"UserApprovedOwning"="yes"

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Multimedia\\W MPlayer\\Extensions\\.mka]
"Runtime"=dword:00000007
"Permissions"=dword:0000000f
"UserApprovedOwning"="yes"

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Multimedia\\W MPlayer\\Extensions\\.mkv]
"Runtime"=dword:00000007
"Permissions"=dword:0000000f
"UserApprovedOwning"="yes"

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Multimedia\\W MPlayer\\Extensions\\.mp4]
"Runtime"=dword:00000007
"Permissions"=dword:0000000f
"UserApprovedOwning"="yes"
post #6 of 6
Or you can right click on the icon and select "open with" and then change default program to MCE. But this will open MCE every time you double-click on that file type.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Home Theater Computers
AVS › AVS Forum › Video Components › Home Theater Computers › Hack MCE with VLC???