
Quote: Originally Posted by
murmatron
On 32bit you can get the exact same result as the DivX or Shark007 codec pack (Shark includes the DivX MKV thumbnailer) without actually installing any codecs or players. This is good if you're totally happy with the way everything works except for not having MKV thumbnails.
Now open an elevated command prompt in the directory where you copied the files and run
regsvr32 /s DivXMFSource.dll
regsvr32 /s DivXPropertyHandler.dll
regsvr32 /s DivXThumbnailProvider.dll
To uninstall simply execute (elevated command prompt wherever the files are)
regsvr32 /u DivXMFSource.dll
regsvr32 /u DivXPropertyHandler.dll
regsvr32 /u DivXThumbnailProvider.dll
I had to update the MKV file extension in the reg so that the shell would use the divx thumbnail handler. After updating the last two entries, the image extraction started and the property pane showed proper details.
Thanks for the tip.
******************************************
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.mkv]
@="MKVFile"
"Content Type"="video/x-matroska"
"PerceivedType"="video"
[HKEY_CLASSES_ROOT\.mkv\OpenWithList]
[HKEY_CLASSES_ROOT\.mkv\OpenWithProgIds]
"WMP11.AssocFile.MKV"=hex(0):
[HKEY_CLASSES_ROOT\.mkv\PersistentHandler]
@=""
[HKEY_CLASSES_ROOT\.mkv\ShellEx]
[HKEY_CLASSES_ROOT\.mkv\ShellEx\
{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="
{83238FAE-D346-4E12-8734-D42F7554B3E6}"
[HKEY_CLASSES_ROOT\.mkv\ShellEx\
{e357fccd-a995-4576-b01f-234630154e96}]
@="
{83238FAE-D346-4E12-8734-D42F7554B3E6}"
**********************************************