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.

[HELP] Ringing, Mosquito or Blocking
#31
I’ve attached the video and a screenshot to help you better understand the problem. 
http://titant.free.fr/tmp/OPBox3.mkv
   

If you succeed, you're a boss.  Cool
Reply
#32
Assuming your are using the (masked) BasicVSR++, you can lessen the effect by enabling
# rainbow removal using DeCross
clip = core.decross.DeCross(clip, thresholdy=5, noise=255, margin=4)
[Image: grafik.png]
or apply a masked (edgemask bloated):
clipFiltered = core.warp.AWarpSharp2(clipFiltered, thresh=255, blur=2, depth=64, chroma=True, planes=[1,2])
before BasicVSR++:
[Image: grafik.png]
increasing the depth to 127 might help a bit more, but that's probably as good as it gets.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#33
Wow, the result is incredible—it's even better than I hoped for. 👍

I’m not getting the same result. ^^
   
   
Reply
#34
I restricted the planes to "Chroma only" and additionally restricted it with a 'edgemask (bloated)'.
You did not.
Also, I did use a masked BasicVSR++ (like I did before). (not sure whether you did that or not)
Note the aWarpSharp needs to be before the BasicVSR++.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#35
like that ?
   
Reply
#36
Yes, and move it before BasicVSR++ (Filtering->Vapoursynth>Misc->Filter Order/Queue).
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#37
Hey, I just wanted to say a big thank you for all the help you gave me. Your advice was really useful and helped me understand things much better. I really appreciate the time you took to explain everything. Thanks again! 🙏
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)