Quantcast Avisynth: Removegrain - digitalFAQ.com Forums [Archives]
  #1  
05-16-2005, 04:24 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-16-2005, 05:25 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Currently I am on a SSE2 P4 and I have only RemoveGrainSSE2.dll.
Reply With Quote
  #3  
05-16-2005, 06:06 AM
maurus maurus is offline
Free Member
 
Join Date: Oct 2003
Location: Madrid
Posts: 387
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #4  
05-16-2005, 06:27 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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).
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Removegrain 1.0 - New plugins supermule Avisynth Scripting 25 03-15-2006 07:06 AM
KDVD: Resizing, croping and RemoveGrain digitall.doc Video Encoding and Conversion 1 01-12-2005 05:00 PM
Avisynth: RemoveGrain + RemoveDirt Dialhot Avisynth Scripting 29 09-20-2004 04:16 AM

Thread Tools



 
All times are GMT -5. The time now is 01:51 PM  —  vBulletin © Jelsoft Enterprises Ltd