digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: RemoveGrain (http://www.digitalfaq.com/archives/avisynth/13510-avisynth-removegrain.html)

maurus 05-16-2005 04:24 AM

RemoveGrain
 
I want use the new RemoveGrain instead Undot in my AviSynth script.

I use now the 0.6 release. But I don't Know how I can use the 0.7 or later. It has several dll: RemoveGrain.dll, RemoveGrainS, RemoveGrainSSE2, RemoveGrainSSE3, Repair, ...

I use LoadPluging in my script, what dll I must put here? Removegrain, RemoveGrainS? other?

I put Removegrain and Avisynth says not found...

Code:

LoadPlugin("c:\filters\RemoveGrain.dll")
and RemoveGrain.dll (release 0.9) is in filters folder.


When I use Removergrain.dll (release 0.6) it works.


Thanks.


-Maurus

Dialhot 05-16-2005 05:25 AM

Currently I am on a SSE2 P4 and I have only RemoveGrainSSE2.dll.

maurus 05-16-2005 06:06 AM

Phil, how dll I must use in LoadPlugin?

Code:

LoadPlugin("c:\filters\removegrainsse2.dll")

...

RemoveGrain()

...


With RemoveGrainSSE2.dll in the filters folder.

It's correct?

Or I must use DRemovegrain()?

Or I must put LoadPlugin("c:\filters\removegrainS.dll"), the static library?


-Maurus

Dialhot 05-16-2005 06:27 AM

Quote:

Originally Posted by maurus
Phil, how dll I must use in LoadPlugin?

I always use the autloading feature of avisynth that is put ALL plugins in plugins directory of avisynth and relove all loadplugin lines form the script.

And the function is now called RemoveGrain in all the dll, that is why you must have only yhe one corresponding to your CPU (as Boulder already explained in an other thread).


All times are GMT -5. The time now is 07:18 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.