Want to improve the sharpness of the vídeo. tried some filters, but to no avail.
Code:source = last super = MSuper() backward_vec3 = MAnalyse(super, isb=true, delta=3, overlap=4) backward_vec2 = MAnalyse(super, isb=true, delta=2, overlap=4) backward_vec1 = MAnalyse(super, isb=true, delta=1, overlap=4) forward_vec1 = MAnalyse(super, isb=false, delta=1, overlap=4) forward_vec2 = MAnalyse(super, isb=false, delta=2, overlap=4) forward_vec3 = MAnalyse(super, isb=false, delta=3, overlap=4) MDegrain3(super, backward_vec1, forward_vec1, backward_vec2, forward_vec2, backward_vec3, forward_vec3, thSAD=700, thSADC=800) filtered = last ContraSharpening(filtered,source) supaa() gradfun3()
+ Reply to Thread
Results 1 to 2 of 2
-
-
Best sharpener I have come across is
LimitedSharpenFaster(ss_x=2,0, ss_y=2.0, strength=140, overshoot=0, soft=0, edgemode=0)
Just adjust the strength from 100-200 until you get what you like. 120 is usually enough for my liking unless you use something that blurs the image like maa()
then theres this for "really" blurry sources
sharpen(0.3)
this one is really strong so don't over do it. 0.3 is usually enough for my liking.
Looking at the attachment you gave, LimitedSharpenFaster should work wonders on it and I think you will like the outcome.Last edited by killerteengohan; 15th Jun 2014 at 06:14.