I am having a problem with artifacts being introduced. When I try to antialias the video, the colors or image is getting a TON of artifacts or splotches on them. I have tried multiple setting adjustments for santiag and the only way I could reduce it or not get it was changing the strv and strh to 0 which makes using it pointless. If I left strh=1 and made strv=0, it still happens but was less visible.
What is the cause of the artifacts and is there anything I can do about it? I do not see any mask to adjust in Santiag.
Here is an example image. I have zoomed it in for easier visuals. Its very easy to see in the neck and ear area around the center of the image.
http://screenshotcomparison.com/comparison/126435
I am currently using it like this for the example above.
santiag(strh=1, strv=1, nsize=5, nns=4, scaler_post="LanczosResize")
+ Reply to Thread
Results 1 to 7 of 7
-
Last edited by killerteengohan; 24th Dec 2018 at 02:49.
-
I have just tried every single version of Santiag from v1.0 up to v1.6 and they all do the same thing I am referring to above. I am beginning to wonder if its another plugin that it relies on that's causing this to happen. Perhaps one of them is buggy or needs a different version?
-
Make yourself an edge mask to protect areas that aren't edges.
Code:Overlay(last, Santiag(), mask=mt_edge().Blur(1.0).Blur(1.0).Blur(1.0))
-
I used xaa with santiag mimic preset, then set mask from 0 to 1 which is process edges only, and it worked wonders. For whatever reason, when santiag processes entire image, it makes all those artifacts and halos, but edges only mask worked.
Thanks! -
Is mt_edge mask any better than the TEMmod mask that xaa uses? I'm asking because xaa allows me to set it for mt_edge and I would prefer it if it is better.
-
I'm not familiar with TEMmod. Which is better probably depends on how you use them.
-
Try this:
main=last
main
NNEDI3(field=-2)
Merge(SelectEven(),SelectOdd())
filtered=last
main
mt_edge().mt_expand
mymask=last*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
Similar Threads
-
Adding Subtitles to Blu-ray Ruining Chapters for One Episode
By z-ghost in forum Newbie / General discussionsReplies: 1Last Post: 7th Aug 2018, 22:44 -
Animated flags, GIF, Cyber PowerDirector, Picture in picture
By SearchQuality in forum Video ConversionReplies: 9Last Post: 6th Apr 2017, 10:04 -
Good antialiasing in avisynth?
By Srivas in forum RestorationReplies: 6Last Post: 24th Feb 2016, 22:13 -
Avisynth Santiag() making image and colors a tad brighter.
By killerteengohan in forum RestorationReplies: 4Last Post: 27th Jul 2014, 19:01 -
Is this true?Women see less colors than men, and they see washed out colors
By Stears555 in forum Off topicReplies: 5Last Post: 10th Jul 2014, 13:07