Ok so I have been reading about filters, and wanted to do a couple test encodes on Phantom Menace. First I did just a straight encode using nothing but hc enc. next I wanted to do it using UnDot.dll and FluxSmooth25.dll. I saved both in the c drive in a folder called avsfilters. Below is the text I used, but hc enq just gets stuck and says error: unable to load plugin, then tries to do it again and again. Any help would be great.
LoadPlugin("c:\avsfilters\UnDot.dll")
LoadPlugin("c:\avsfilters\FluxSmooth25.dll")
UnDot.dll()
FluxSmooth(7,7)
LoadPlugin("c:\avsfilters\UnDot.dll")
LoadPlugin("c:\avsfilters\FluxSmooth25.dll")
UnDot.dll()
FluxSmooth(7,7)
Comment