Guest Oliver Posted January 4, 2003 Posted January 4, 2003 Hello! I have the Elecard MPEG decoder installed, which is used for playback as can be seen in graphedit. How do I switch to another codec, for example the original Microsoft demultiplexer without deinstalling the Elecard decoder? CU, Oliver Quote
skandler Posted January 4, 2003 Posted January 4, 2003 That´s a interesting question. I still haven´t found a program to do that. But it should be possible to change it in the registry. Quote
skandler Posted January 4, 2003 Posted January 4, 2003 Ok. I have a solution to do that. Goto: HKEY_CLASSES_ROOT\CLSID\{F50B3F13-19C4-11CF-AA9A-02608C9BABA2}\InprocServer32\ And rename/remove the (Standard) entry: C:\Programme\ElecardDecoder\mpgdec.ax You can create two .reg Files 1. ENABLE.REG Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{F50B3F13-19C4-11CF-AA9A-02608C9BABA2}\InprocServer32] @="" 2. DISABLE.REG Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{F50B3F13-19C4-11CF-AA9A-02608C9BABA2}\InprocServer32] @="C:\Programme\ElecardDecoder\mpgdec.ax" So you can enable/disable the Elecard encoder with one mouse click without install/deinstall the codec. Quote
Guest Oliver Posted January 4, 2003 Posted January 4, 2003 Hello Skandler! Thank you, very good and usable solution! CU, Oliver Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.