Posts: 21
Threads: 3
Joined: Apr 2025
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.
Posts: 12.675
Threads: 70
Joined: May 2017
08.04.2026, 17:38
(This post was last modified: 08.04.2026, 17:44 by Selur.)
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]](https://i.ibb.co/Qy5Ps1v/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]](https://i.ibb.co/cMpcFfq/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.
Posts: 21
Threads: 3
Joined: Apr 2025
Wow, the result is incredible—it's even better than I hoped for. 👍
I’m not getting the same result. ^^
Posts: 12.675
Threads: 70
Joined: May 2017
08.04.2026, 18:14
(This post was last modified: 08.04.2026, 18:16 by Selur.)
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.
Posts: 21
Threads: 3
Joined: Apr 2025
like that ?
Posts: 12.675
Threads: 70
Joined: May 2017
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.
Posts: 21
Threads: 3
Joined: Apr 2025
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! 🙏