therealboiler
Programmer
Hi all!
I have some problem with the installation of my own codec. It uses the IAVIFile, IAVIStream COM Interfaces. I install the file handle with the following reg-key on Win 2000:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Clsid\{394f599e-d892-4fa2-bcbc-3c0d7006724e}]
@="MyCodec"
[HKEY_CLASSES_ROOT\Clsid\{394f599e-d892-4fa2-bcbc-3c0d7006724e}\InprocServer
32]
@="mycodec.dll"
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\Clsid\{394f599e-d892-4fa2-bcbc-3c0d7006724e}\AVIFile]
@="3"
[HKEY_CLASSES_ROOT\AVIFile\Extensions\LCD]
@="{394f599e-d892-4fa2-bcbc-3c0d7006724e}"
This only work with VirtualDub! MediaPlayer or GSpot doesnt identify the file. What have i do wrong? Do i need more keys?
Thank you in advance,
Greetings Mario
I have some problem with the installation of my own codec. It uses the IAVIFile, IAVIStream COM Interfaces. I install the file handle with the following reg-key on Win 2000:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Clsid\{394f599e-d892-4fa2-bcbc-3c0d7006724e}]
@="MyCodec"
[HKEY_CLASSES_ROOT\Clsid\{394f599e-d892-4fa2-bcbc-3c0d7006724e}\InprocServer
32]
@="mycodec.dll"
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\Clsid\{394f599e-d892-4fa2-bcbc-3c0d7006724e}\AVIFile]
@="3"
[HKEY_CLASSES_ROOT\AVIFile\Extensions\LCD]
@="{394f599e-d892-4fa2-bcbc-3c0d7006724e}"
This only work with VirtualDub! MediaPlayer or GSpot doesnt identify the file. What have i do wrong? Do i need more keys?
Thank you in advance,
Greetings Mario