PDA

View Full Version : Mpeg2dec.dll


HomerJ
24th August 2002, 11:06
Apologies for asking such a simple question, but I'm trying to install mpeg2dec.dll.

Is is a case of just copying it into c:\windows\system32 ?

Or is it more complicated than that.

The reason I ask is, having just installed avisynth.dll there was a need to register it (or so it seemed)

Any advice greatly accepted.

HomerJ

dividee
24th August 2002, 12:47
Copy it anywhere you like. There is nothing else to it.
When you want to use it, just include a LoadPlugin line in your script with the correct path.
ex:
LoadPlugin("C:\Program Files\Avisynth\Plugins\mpeg2dec.dll")

HomerJ
24th August 2002, 15:43
Thanks for that, another small piece of the jigsaw in place.

HomerJ :D