VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Member
    Join Date
    Nov 2025
    Location
    Unites States of America
    Search Comp PM
    This is my first post here and very little new about encoding, so apologies if I'm doing anything wrong.
    When I was ripping some anime content from dvds I had for a while but when checking the quality, I noticed this type of color bleeding.

    Image
    [Attachment 89730 - Click to enlarge]


    The image shows that around the characters body you can see actually see color bleeding coming from the bottom.
    I don't know too much about fixing color bleeding, which is why I'm posting on this forum for advice.
    Here's a Sample/Test file: https://drive.google.com/file/d/14YrcX2dX9SsD6wFtipcssibQGoZJJ0Ad/view?usp=drive_link )
    If anyone knows a way to fix this issue, please reply
    Thank you for reading this thread.
    NOTE: (I have both avisynth and vapoursynth x64)
    Image Attached Thumbnails Click image for larger version

Name:	vlcsnap-2025-11-14-16h41m57s777.png
Views:	35
Size:	607.1 KB
ID:	89732  

    Quote Quote  
  2. In AviSynth you can use something like ChromaShiftSP(y=2) to shift the chroma up by two scan lines.

    Image
    [Attachment 89747 - Click to enlarge]


    A little sharpening might help too, MergeChroma(last, aWarpSharp2(depth=10)).
    Last edited by jagabo; 15th Nov 2025 at 18:40.
    Quote Quote  
  3. For the vertical shift, I prefer 1.3 over 2.
    Depending on your hardware, you could use Vapoursynth, do the ColorShift and additionally apply BasicVSR++ for cleanup:

    just shifted with y=1.3 :

    Cu Selur
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  4. Member
    Join Date
    Nov 2025
    Location
    Unites States of America
    Search Comp PM
    Originally Posted by jagabo View Post
    In AviSynth you can use something like ChromaShiftSP(y=2) to shift the chroma up by two scan lines.

    Image
    [Attachment 89747 - Click to enlarge]


    A little sharpening might help too, MergeChroma(last, aWarpSharp2(depth=10)).
    That looks really good, but i do i download the chromashiftsp filter file?
    Quote Quote  
  5. Member
    Join Date
    Nov 2025
    Location
    Unites States of America
    Search Comp PM
    Originally Posted by Selur View Post
    For the vertical shift, I prefer 1.3 over 2.
    Depending on your hardware, you could use Vapoursynth, do the ColorShift and additionally apply BasicVSR++ for cleanup:

    just shifted with y=1.3 :

    Cu Selur
    the color bleeding fix looks perfect too, but i prefer to keep the quality (some details on the background is lost)
    and how do i also download that ColorShift filter file as well?
    Quote Quote  
  6. Originally Posted by themon-master View Post
    download the chromashiftsp filter file?
    http://www.avisynth.nl/index.php/ChromaShiftSP
    Quote Quote  
  7. Member
    Join Date
    Nov 2025
    Location
    Unites States of America
    Search Comp PM
    Originally Posted by jagabo View Post
    Originally Posted by themon-master View Post
    download the chromashiftsp filter file?
    http://www.avisynth.nl/index.php/ChromaShiftSP
    thanks, but i do i use the script? i use staxrip to preivew the scripts and its showing me this error
    Image
    [Attachment 89824 - Click to enlarge]
    Quote Quote  
  8. Put ChromaShiftSP.AVSI in AviSynth's Plugins folder(s). It should autoload from there.

    Or you can copy all the text from the AVSI and post it into the script you're using.
    Quote Quote  
  9. Member
    Join Date
    Nov 2025
    Location
    Unites States of America
    Search Comp PM
    Originally Posted by jagabo View Post
    Put ChromaShiftSP.AVSI in AviSynth's Plugins folder(s). It should autoload from there.

    Or you can copy all the text from the AVSI and post it into the script you're using.
    Yea, which Plugin folder are you talking about? the one that goes in AVS folder in the Apps folder?
    or the Plugin folder in the Settings folder?
    Quote Quote  
  10. I don't use StaxRip so I don't know how it has things set up. Normally AviSynth has a plugins folder in the folder in which it was installed. Something like "C:\Program Files\AviSynth\Plugins". AviSynth+ may have both Plugins+ and Plugs64+ folders. You can always import the AVSI from anywhere with LoadPlugin("X:\path\to\ChromaShiftSP.AVSI") in your script.

    You can probably just put a copy in all the plugins folders that StaxRip created.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!