MP4 File Support in Windows Media Center / Media Player
// December 30th, 2011 // Other
Today I wanted to consolidate all my various music purchased from Apple iTunes along with my Amazon MP3′s, and all of my ripped CD’s. I consolidated things, added everything to the proper Windows 7 library, and yet my iTunes MP4 music wasn’t coming up. I had a handful of songs that were still encrypted with the old iTunes/AAC. I could have burned them to a CD and re-ripped them, but I took the easy out. I paid Apple to upgrade them all to iTunes Plus and quickly had pure MP4 copies without the DRM. Even after doing so the songs weren’t showing up in the album list, but I could open them directly with Media Player without an issue.
I did some searching and found that Windows Media Player couldn’t read the meta data from these files. There was a great piece of freeware called WMP Tag Plus that takes care of that: http://bmproductions.fixnum.org/wmptagplus/index.htm
If you install that, but still can’t play those files you should install the following:
- This DirectShow filter: http://www.xiph.org/dshow/
- Haali Media Splitter: http://haali.su/mkv/
- DirectShow filter: http://www.free-codecs.com/download/FFDshow.htm
- WavPack: http://www.wavpack.com/downloads.html
“PerceivedType”=”video”
“Content Type”=”video/mp4″
A more complete REG hack is listed below (with credit due to http://weinioli.wordpress.com/2007/08/07/xbox360-vista-media-player-11-mp4-video-streaming/):
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.mp4]
@=”mp4_auto_file”
;”QuickTime.bak”=”VLC.mp4″
;”Content Type”=”video/mp4″
“PerceivedType”=”video”
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMultimediaWMPlayerExtensions.mp4]
“PerceivedType”=”video”
“Permissions”=dword:0000000f
“Runtime”=dword:00000007
“UserApprovedOwning”=”yes”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMediaPlayerMLS]
“mp4″=”video”
[HKEY_CLASSES_ROOT.m4v]
@=”mp4_auto_file”
“PerceivedType”=”video”
;”Content Type”=”video/x-m4v”
“Content Type”=”video/mp4″
@=”{c5a40261-cd64-4ccf-84cb-c394da41d590}”
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftMultimediaWMPlayerExtensions.m4v]
“PerceivedType”=”video”
“Permissions”=dword:0000000f
“Runtime”=dword:00000007
“UserApprovedOwning”=”yes”
“m4v”=”video”




that seems like a lot more trouble than burning them to an iso and then ripping them back out from the iso…just saying…
I am using Win7 and WMP12 and had the same problem. Adding MP4′s to the library for streaming to my bluray player. There is a very very simple fix that I tried and it worked. All you have to do is change the extension of the file to .mpg or something else. For example, change ‘starwars.mp4′ to ‘starwars.mpg’ and it recognizes it and streams it like normal. That’s it! Don’t bother with regedits and stuff. Try that first.