I've been reading the guides for Avisynth about these two filters but I'm not sure when I should use each one. Can you use them both if, for example, the smoother is set to high and you want to sharpen lines? Somebody who speaks both English and Techie would be very appreciated if they can help with this. Thanks.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Of course you can. The effect your going for will work. Just soften the video first, before applying the Sharpen filter (order them appropriately in your script). I would suggest you leave the Sharpen command at less than or equal to .5 (I usually don't go above .3). At higher settings, too many artifacts seem to be noticable. Be prepared for a huge imact on conversion time. Both of these filters are cpu intensive.
Impossible to see the future is. The Dark Side clouds everything... -
DJ:
I use the MSharpen filter with these settings:
MSharpen(15,100,true,false,false)
What do you use to sharpen that uses a .3 or .5 setting? -
Originally Posted by perdomot
-
Yep. Here's the syntax info:
Blur / Sharpen
Blur(clip,amount)
Sharpen(clip,amount)
These are simple 3x3-kernel blurring and sharpening filters. The largest allowable argument for Blur is about 1.58, which corresponds to an even 3x3-pixel blur. A value of 1.0 gets you a (1/4,1/2,1/4) kernel. If you want a large-radius Gaussian blur, I recommend chaining several copies of Blur(1.0) together. (Anybody remember Pascal's triangle?)
Negative arguments to Blur actually sharpen the image, and in fact Sharpen n is just an alias for Blur -n. The smallest allowable argument to Blur is -1.0, and the largest to Sharpen is 1.0.Impossible to see the future is. The Dark Side clouds everything... -
Is the internal filter better than the Don Graft one? I got the impression that his filters were superior to the built in ones. Any comments?
-
I generally find his filters are better, but quality is a subjective thing. Alot of his filters are also just ports of the VirtualDub filters. Your source is also important. Each filter has a use, and not all uses will fit your video. Try them all, to see which one you like. I often use any combination, as long as I get the affect I'm looking for.
Impossible to see the future is. The Dark Side clouds everything...
Similar Threads
-
AVStoDVD Sharpen
By djgazzabhoy in forum Video ConversionReplies: 2Last Post: 29th Nov 2011, 06:34 -
How to use sharpen filters with Avisynth & MeGUI??
By jeticson in forum DVD RippingReplies: 10Last Post: 28th Aug 2011, 08:40 -
Is there a relatively simple program to sharpen up a VHS capture?
By Prynter in forum RestorationReplies: 4Last Post: 18th Jun 2010, 13:35 -
sharpen your video
By sharmine in forum Newbie / General discussionsReplies: 3Last Post: 3rd Feb 2008, 23:57 -
How can I enhance / sharpen this video?
By ferrous in forum RestorationReplies: 2Last Post: 22nd May 2007, 16:10