This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Shirt problem in this video
#1
Hello I have been trying for atleast 3 days to find settings that would fix this thing but I can't, look at the shirt and the paperr thing.I want to remove those lines 


https://mega.nz/file/B6IHGQqB#z5u-Ftp1Us...x65aTXrJrA
Reply
#2
Back to that clip in another filter step,... Dodgy
Bad chroma handling, sharpening and resizing. Sad
Don't think there is a really good way for this.

About the horizontal lines in the blue shirt, try some AntiAliasing + sharpening, like:
Santiag followed by CAS (!adjust FilterOrder!):
clip = antiAliasing.santiag(clip, strh=3, strv=3, type="sangnom", aa=64, opencl=True)
[Image: Original.png]
vs
[Image: Santiag-CAS.png]

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#3
Out of curiosity, here's what happens if one first applies the Santiag as suggested and then feeds the output through a diffusion resizer (here SeedVR2).
=> https://www.mediafire.com/file/lffo00rys...2.mkv/file
(no there is nothing comparable for it in Hybrid)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#4
Thanks so much for the help, I have been trying as much as I could to fix that one but can't. Is it ok if I give you another one with simmilar problems? 

This one has simmilar problems with the Halos in the shirt.
https://mega.nz/file/EyQzQZTI#D7rWfefjPr...qVD0Ovv_rk


Also I think I am dump cause I don't understand what santiag is
Reply
#5
Santiag is an anti aliasing filter which is based in a deinterlacer, which makes it capable to handle such artifacts.

Will look at the other sample later, when I'm back home.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#6
Could you tell me how to use it when you get home? I have tried searching about it but so far got nothing.
Reply
#7
Filtering->Vapoursynth->Line->Anti-Aliasing->Santiag
And then adjust the settings.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#8
Okay, that is a different problem (also caused by oversharpening and reencoding oversharpened content; maybe capured with some additional sharpener turned to max).
Hmmm,.. applying BindDehalo3+Santiag
clip = dehalo.BlindDeHalo3(clip, strength=150, interlaced=False)
# applying anti aliasing using santiag
clip = antiAliasing.santiag(clip, strh=3, strv=3, type="sangnom", aa=64, opencl=True)
is way blurrier than the original, but more pleasant to the eyes imho.
After that maybe use Detailsharp and/or CAS to sharpen it a bit,..

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)