Log in

View Full Version : RemoveDirt not work


Serbianboss
24th January 2007, 11:07
I have installed RemoveDirt 0.9 and simple command dosnt work:
Installed in avisynth plugin and in system32

LoadPlugin("RemoveDirt.dll")
AVISource("C:\test.avi")

RemoveDirt()


It sais "there is no function named "RemoveDirt"

Didée
24th January 2007, 12:01
With v0.9, RemoveDirt is no more a standalone filter, like it has been in earlier versions (up to v0.6.1)

With v0.9, the plugin "removedirt.dll" contains several different filters, that are needed for the script function RemoveDirt(). This scripted function is to find in the documentation "removegrain.html". RTFM is recommended.