View Full Version : How to use MSharpen in Avisynth 2.5?
YY1020
19th June 2003, 01:25
In AviSynth v2.5,how to script MSharpen???
neuron2
19th June 2003, 02:56
Have you read the manual? Just load the plugin and invoke the filter in your script, e.g.:
LoadPlugin("msharpen.dll")
MSharpen(threshold=15,strength=75,highq=true)
It supports YUY2, RGB32, and YV12, so just arrange to feed it your desired color space.
Maybe I missed some nuance of your question.
YY1020
19th June 2003, 07:17
Originally posted by neuron2
Have you read the manual? Just load the plugin and invoke the filter in your script, e.g.:
LoadPlugin("msharpen.dll")
MSharpen(threshold=15,strength=75,highq=true)
It supports YUY2, RGB32, and YV12, so just arrange to feed it your desired color space.
Maybe I missed some nuance of your question.
MSharpen(threshold=??,strength=??,mask=false,highq=true,debug=flase)
If you used MSharpen,what parameter did you use is the best?? ??
neuron2
19th June 2003, 13:10
The "best" settings depend upon the nature of the particular clip being processed, what you are trying to achieve, and your aesthetic tastes. Try to understand what the parameters do and then experiment with different values. You'll quickly find settings that please you.
YY1020
19th June 2003, 14:38
Originally posted by neuron2
The "best" settings depend upon the nature of the particular clip being processed, what you are trying to achieve, and your aesthetic tastes. Try to understand what the parameters do and then experiment with different values. You'll quickly find settings that please you.
thank you~
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.