Assuming your are using the (masked) BasicVSR++, you can lessen the effect by enabling
![[Image: grafik.png]](https://i.ibb.co/Qy5Ps1v/grafik.png)
or apply a masked (edgemask bloated):
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
# 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])![[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.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

