you should use Blur2(clip,Vthresh,Htresh). (because i was interessed by the V/H blur, it seems i broken something) sorry.i'll fix it.
--------------------- Hejka! Jestem Wojtek. Jestem tutaj kategorycznym początkującym, aczkolwiek mam ochotę bezustannie "brać udział", w prosperowaniu tego serwisu.
Please ship current documentation with your filters and save everybody some grief. These little touches are what determine the usability of your tools. You do want people to use them, don't you? :) OK, so what are the Vthresh and Hthresh? How do I set the blur strength? Thank you.
Marc, why won't you answer my questions? :) How can I say if it "works" if I don't know what it is supposed to do? Here I repeat my questions: OK, so what are the Vthresh and Hthresh? How do I set the blur strength? Thanks, Marc, for your patience.
it's EXACTLY the same as avisynth's blur/sharpen : arglist : cf[]f AmountH = args[1].AsInt(0); AmountV = args[1].AsInt(AmountH); I added examples in my readme. in fact i had just not added [] before f. and sharpen is still buggy :rolleyes: ... going to update it. wait 3 min. EDIT : no pb, i updated sharpen unconsiusly too :D EDIT2 : Blur() will not work. (but i don't think it's a problem, is it?)
Your documents still are horrible. You say the syntax is the same as blur() and sharpen(), but you've added a parameter. Your readme does not describe the parameters. You give an example with only one parameter that does not work. Finally, sharpen2(1.5,1.5) throws an exception and does not work. But Blur2(1.5,1.5) works. You need to document limitations like this.
@Marc If you have a problem with writing good english, why don't you make the initial readme's in french? I'm sure there must be some people who understands french well enough to make some initial test who then could post results and findings here, and then you could use that to create an english readme. You might even find someone willing to translate the readme's for you. (Don't look at me, my french stinks :rolleyes: )
i just cheched the .dll you can dl on my site : Sharpen2(1.0) works Sharpen2(-1.5) works Blur2(1.5) works Blur2(-1.0) works you can't use Sharpen2(1.5) nor Sharpen(1.5). (like you writed) I've just taken a look on avisynth doc, and i've seen there is a lack of information about a feature of Blur() and Sharpen() from avisynth. Because i never use the doc (i prefer read the source code, i do it faster) , i didn't see it was not mentionned. Updated : (from blur.html in the doc) Code:
Wonderful! Put that in your readme with the 2's added and you're done. I will now test properly against the native Avisynth filters. Thank you for the clarification, Marc.