Selur's Little Message Board
Green outline and color problems - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: Green outline and color problems (/thread-4340.html)



Green outline and color problems - georgepriftakis - 03.03.2026

Hello I there is this green outline in this video and I tried to use chromashift but it creates problems for the whole video, do you have any idea how to fix it?



Link to video: https://mega.nz/file/U7RzSATL#AEOYV3szPsfbz5vIUKyzOoeqpliYhu4c-Z6o90oOLsk


RE: Green outline and color problems - Selur - 03.03.2026

I agree:
# Chroma adjustment using ChromaShiftSP
clip = chromashift.ChromaShiftSP(clip, X=1.50)
does look better in some places, worth in others. (see: https://imgsli.com/NDUzNjU1)

My first impulse would be to try something against chroma bleeding.
In case you use the torch and/or the vs-mlrt addon:
Filtering->Vapoursynth->Others->VSGAN or Filtering->Vapoursynth->Others->vsMLRT
with the 1x_BleedOut_Compact_300k_net_g model seems to result in a nice result. (see: https://imgsli.com/NDUzNjU3)
Not quite as good is, but not bad is:
clip = chromaBleeding.FixChromaBleedingMod(clip, cx=2, cy=0, strength=0.75)

(see: https://imgsli.com/NDUzNjYy)
Maybe tweaking the FixChromaBleedingMod and/or adding some aWarpSharp with 'chroma only' would make it even better, but personally I prefer the BleedOut result.

Cu Selur

Ps.: You might want to add some DeHalo filter (i.e. FineDeHalo) to address the halos.


RE: Green outline and color problems - georgepriftakis - 03.03.2026

Where can I find the add ons?


RE: Green outline and color problems - Selur - 03.03.2026

The download-page links to my google drive. Smile
If you use a dev version ('experimental folder'), also make sure to use the add-ons from there.
torch-add-on: requires NVIDIA gpu
vs-mlrt-add-on: also works with other cards
(remember to read the README from the GoogleDrive)

Cu Selur


RE: Green outline and color problems - georgepriftakis - 04.03.2026

Thanks for helping I have done everything so far and it came out pretty well but when I tried to do another clip it changed the color intencity is there any way to keep it?


RE: Green outline and color problems - Selur - 04.03.2026

What filters are you using?


RE: Green outline and color problems - georgepriftakis - 04.03.2026

I only used this vsMLRT with 1x_BleedOut_Compact_300k_net_g


RE: Green outline and color problems - Selur - 04.03.2026

Okay, then it's easy use 'Fix Color' Smile (simply scroll to the right)