Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AVI File Handle

Status
Not open for further replies.

therealboiler

Programmer
Joined
Feb 4, 2003
Messages
1
Location
DE
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



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top