MP4 File Support in Windows Media Center / Media Player
// December 30th, 2011 // 2 Comments » // 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”









