VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. I have a picture here (uploaded). Look on his shoulder, there is a red line. How can i remove that? So i mean what is this called? Ringing? I tried HQDering and it did not help anything. So i guess its not ringing. Also i tired DeHalo_Alpha, but it does also not work. Anyone has an idea?
    Image Attached Thumbnails Click image for larger version

Name:	Artifact(QfG) (Groß).png
Views:	44
Size:	3.20 MB
ID:	87881  

    Quote Quote  
  2. Looks like slight color channel misalignment

    one way to treat it
    Code:
    mergechroma(awarpsharp2(depth=6))
    Quote Quote  
  3. i tried it with aWarpSharp2 in Hybrid with Planes "chroma only" and a thick on "chroma" and it did not work (vapoursynth).

    I tried it with chromashiftSP in hybrid. It goes away, when i use Y=2, but then it also appear red lines on other objects (in the other direction). When i use Y=0.5 it does somehow not mess up too much but also fix the red line above a bit. But it is no real fix, more a workaround.

    I also Tried FixChromaBleeding with Shift 0/1 and Strength 1.0 and different Threshold from 0.3-12. More or less it is the same as ChromashiftSP with Y=1. Because you can only increase shift in 1 and not 0.1 there is no comparison with Y=0.5


    Do you have any other idea, which i can use in hybrid?
    Last edited by Platos; 21st Jul 2025 at 16:35.
    Quote Quote  
  4. I don't use hybrid (selur can help) but the equivalent in vapoursynth using awarpsharp2 port would look like
    https://github.com/dubhater/vapoursynth-awarpsharp2

    I used mergechroma helper function in muvsfunc
    https://github.com/WolframRhodium/muvsfunc

    Code:
    .
    import muvsfunc as muv
    .
    .
    .
    ## assuming YUV clip
    # clip = your source
    
    aws = core.warp.AWarpSharp2(clip, depth=6)
    mc = muv.MergeChroma(clip, aws)
    mc.set_output()


    To apply filter to specific sections, you can use trim to divide into segments, apply filters selectively and splice
    Image Attached Thumbnails Click image for larger version

Name:	mergechroma(awarpsharp2(depth=6)_avs.png
Views:	5
Size:	2.62 MB
ID:	87888  

    Quote Quote  



Similar Threads

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