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?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Looks like slight color channel misalignment
one way to treat it
Code:mergechroma(awarpsharp2(depth=6))
-
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.
-
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
Similar Threads
-
"code":400,"error":true,"message" on http://getwvkeys.cc
By johnsonkiss in forum Video Streaming DownloadingReplies: 14Last Post: 25th Jul 2024, 21:45 -
getwvkeys.cc code":400,"error":true,"message":"Failed to get license: 405
By Koldunas in forum Newbie / General discussionsReplies: 0Last Post: 27th Sep 2023, 02:44 -
{"code": 2048, "message": "Authentication failed"} when getting license
By warmachine in forum Video Streaming DownloadingReplies: 2Last Post: 26th May 2023, 16:34 -
How to change "m3u8" to "json" and "ts" to "js" extension
By wowza in forum Newbie / General discussionsReplies: 6Last Post: 4th Mar 2023, 15:36 -
How to change "m3u8" to "json" and "ts" to "js" extension
By wowza in forum User guidesReplies: 6Last Post: 4th Mar 2023, 15:36