Looks like either some ghosting or halo, would need a short video sample to judge.
(could also be some artifact created by ai upscaling)
Cu Selur
Ps.: moved thread to 'Small Talk' since it's not really a bug or problem with Hybrid.
It's been through AI upscaling but the artifacts was there from beginning. I uploaded the upscaled version because it's more clear to understand. The master video was firstly in Hybrid where I used FineDeHalo, SSIQ (DeRainbow) and LUTDeCrawl to clean it up. Then denoising in TVAI. It's (vertical lines) been there since the master video but now it's way more easy to see because noise and other artifacts are all gone and it's the only thing stayed.
You need to remove those before upscaling, or using another denoise and upscale method, removing that afterward will probably not work.
Cu Selur
Yes I know I just used the photos as a clear example so the problem will be more easy to understand. When I find out what's the artifact I will remove it from the start
Good, luck at least I can't tell you from those screenshots what it is.
Maybe
https://www.avartifactatlas.com/ can help you identify the problem in your source.
Those look like "low frequency" stripes/bands in Avisynth DeFreq or DeStripe might help with those.
Both are not available in Hybrid (DeStripe in Hybrid has some bug, I never figured out) but might work with Avisynth in general.
I'll also think about it some more, maybe I can think of an alternative approach.
Cu Selur
Thank you very much! I will try them! tell me if you think of a different approach!
Got an idea,... Crop, MClean, BalanceBorder followed by EdgeFixer, seems to help somehow. (at least for that clip)
see:
https://imgsli.com/MjkwNDcw
script:
https://pastebin.com/MRjBwUqu
If you have the time and motivation and know Python, you cloud probably write some sort custom script for this combing BalanceBorder&EdgeFixer that isn't applied on the edges but a region.
Cu Selur
Ps.: Since I liked the idea of using EdgeFixer, I posted a request to the author of the filter to add some 'edge offset':
https://github.com/sekrit-twc/EdgeFixer/issues/13 (this would be nice)
PPs.: I also thought about using a mask to copy the effect of EdgeFixer to the region with the line, but that seems to be a dead end, since the luma difference a bust (
https://imgsli.com/MjkwNTM2).
PPs.: skipping on
EdgeFixer and using BalanceBorders with an inverted MotionMask, seems to me the best solution so far. (doesn't remove the lines in all scenarios completely, but causes less luma issues)