The best Avisynth filters

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Mysterious Pharaoh
Joined: Tue Aug 05, 2008 3:13 pm
Org Profile

Re: The best Avisynth filters

Post by Mysterious Pharaoh » Thu Jan 28, 2010 3:12 pm

Kariudo wrote:Perhaps vdub/mod is set to 16-bit color depth.
Options -> preferences -> main and then set output color depth to "use output setting"
Well, i tried those filters on the image itself in Avisynth so i didn't render it using vdub/mod yet, will it be different after rendering? i think it's the same as i see in Avisynth.

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: The best Avisynth filters

Post by mirkosp » Thu Jan 28, 2010 3:25 pm

This is what I was able to do:
Image

Code: Select all

gradfun2dbmod(1.5,temp=100)
Image

Code: Select all

strength = 4
fft3dgpu(bw=6, bh=6, ow=3, oh=3, plane=0, bt=1, sigma=strength, sharpen=0.3)
fft3dgpu(bw=216, bh=216, ow=108, oh=108, plane=0, bt=1, sigma=strength/8, sigma2=strength/4, sigma3=strength/2, sigma4=strength/8, sharpen=0.3)
maa
awarpsharp2(depth=6)
mergechroma(deen)
lsfmod(strength=200)
gradfun2dbmod(temp=100)
Death Note could also use some sharpening and black cat didn't come out perfect (a bit blurry, but overall not too much compared to other filters' results), but I think they are acceptable improvements...
Image

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Re: The best Avisynth filters

Post by EvaFan » Fri Jan 29, 2010 8:46 am

That's bettter then anything I did for sure, though that isn't really an intense scene or anything. I'd get him to give you a short vid clip of an intense scene with lots of movement, etc...

Copying this script for just in case purposes :up:, ty mirk!
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Mysterious Pharaoh
Joined: Tue Aug 05, 2008 3:13 pm
Org Profile

Re: The best Avisynth filters

Post by Mysterious Pharaoh » Fri Jan 29, 2010 11:34 am

mirkosp wrote:Death Note could also use some sharpening and black cat didn't come out perfect (a bit blurry, but overall not too much compared to other filters' results), but I think they are acceptable improvements...
Thank you very very much, the pictures are much better than before specially black cat =) but there is a problem i got, most of the filters you wrote them didn't work with me, and i really don't know how to insert a new plugin in avisynth i was looking for 'gradfun2dbmod' and what i could download was an avsi file, i put it in the plugins folder in Avisynth but the filter didn't work, so can you please tell me how you got them, and how you let them work?

Thank you again.

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: The best Avisynth filters

Post by mirkosp » Fri Jan 29, 2010 11:51 am

Mysterious Pharaoh wrote:
mirkosp wrote:Death Note could also use some sharpening and black cat didn't come out perfect (a bit blurry, but overall not too much compared to other filters' results), but I think they are acceptable improvements...
Thank you very very much, the pictures are much better than before specially black cat =) but there is a problem i got, most of the filters you wrote them didn't work with me, and i really don't know how to insert a new plugin in avisynth i was looking for 'gradfun2dbmod' and what i could download was an avsi file, i put it in the plugins folder in Avisynth but the filter didn't work, so can you please tell me how you got them, and how you let them work?

Thank you again.
gradfun2dbmod requires other plugins. I have some links in this post, you should already have the other two, I think.
Image

Mysterious Pharaoh
Joined: Tue Aug 05, 2008 3:13 pm
Org Profile

Re: The best Avisynth filters

Post by Mysterious Pharaoh » Fri Jan 29, 2010 6:21 pm

mirkosp wrote:gradfun2dbmod requires other plugins. I have some links in this post, you should already have the other two, I think.
I've seen that topic already, i put the AddGrainC.dll and GradFun2DBmod.v1.5.avsi in avisynth plugin's folder but when i type GradFun2DBmod() in avisynth it doesn't work. Did i forget to do something?

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: The best Avisynth filters

Post by Kariudo » Fri Jan 29, 2010 6:36 pm

what's the text of the error message?
If you're missing a required plugin, the error should give us a pretty good hint at what you need
Image
Image

Mysterious Pharaoh
Joined: Tue Aug 05, 2008 3:13 pm
Org Profile

Re: The best Avisynth filters

Post by Mysterious Pharaoh » Sat Jan 30, 2010 1:53 pm

Kariudo wrote:what's the text of the error message?
If you're missing a required plugin, the error should give us a pretty good hint at what you need
When i write 'GradFun2DBmod()' it says: Please ConvertToYV12 before using GradFun2DBmod(), and when i write ConvertToYV12() it says: Image width must be even use Crop, how can i make it even without effecting on the image's size? I could make the width even but the image turned smaller and wasn't clear and it says: There is no function named 'addgrainC' but i put the addgrainc.dll in the plugins folder. So what can i do?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: The best Avisynth filters

Post by mirkosp » Sat Jan 30, 2010 1:56 pm

Well, you do need an even width and height to have a yv12 colorspace (I cropped and resized the images too, if you notice - I thought your input was 720x480 though, which is why I didn't put my crop and resize lines).
As for the missing function error, try to load it manually at the beginning of the script:

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AddGrainC.dll")
Image

Mysterious Pharaoh
Joined: Tue Aug 05, 2008 3:13 pm
Org Profile

Re: The best Avisynth filters

Post by Mysterious Pharaoh » Thu Feb 04, 2010 7:25 am

mirkosp wrote:Well, you do need an even width and height to have a yv12 colorspace (I cropped and resized the images too, if you notice - I thought your input was 720x480 though, which is why I didn't put my crop and resize lines).
As for the missing function error, try to load it manually at the beginning of the script:

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AddGrainC.dll")
Ok thank you, all filters worked with me except one it is: fft3dgpu, when i write 'fft3dgpu(bw=216, bh=216, ow=108, oh=108, plane=0, bt=1, sigma=strength/8, sigma2=strength/4, sigma3=strength/2, sigma4=strength/8, sharpen=0.3)' it says 'I don't know what strength means', and when i write ff3dgpu() it stops responding. Is it because of my computer? or there is a missing plugin? though i installed fft3dgpu0.8.2.

Locked

Return to “AviSynth Help”