Simply copy that codecs to the system folder and register them:
START -> Run...
digit Regsvr32 %system%\FILENAME.AX and then press OK
a message saying the registering process has been successful should appear.
Anyway, if you don't want to copy those files into the system folder, you can simply register them by changing the %system% word with the full path of the file. Once the filters are registered every DirectShow application will know where to take the filter from in order to decode the related files ;)
|