Hi Guys,
I'm looking for your help as can't find a way to effictevly fix the issues on the video.
It looks to me as color bleeding and halo effect.
Sample:
sample vide: https://drive.google.com/folderview?id=0B_h-dEUplK2-a1pudTFZTGYzaUk&usp=sharing
(30MB)
I've tried to use DeHalo with AviSynth without any good luck
AVISource("w:\vin\file.avi", true)
Crop(16, 10, -16, -22)
yadifmod(order=1, mode=0, edeint=NNEDI2(field=1))
DeHalo_alpha(rx=3.0, ry=3.0)
The deinterlacer is used only for test purposes.
Could you please give me help me how (if possible) could I remove especially this halo effect (on the right side of the guy, looks like extended edge between colors - it is halo)?
I'm not an expert in video processing.
Thanks,
David
+ Reply to Thread
Results 1 to 3 of 3
-
-
It's going to be hard to remove the halos from that n'th generation copy. The chroma is helped by:
Code:SeparateFields() ChromaShift(c=8, l=-4) # shift chroma 8 pixels to the right, 4 up MergeChroma(aWarpSharp(depth=20)) # sharpen chroma Weave()
-
Similar Threads
-
Why am I seeing colors bleeding shaped like a staircase?
By killerteengohan in forum RestorationReplies: 11Last Post: 9th Apr 2015, 16:50 -
Fix Colour Bleeding in both directions Up and Down with Avisynth?
By VideoFanatic in forum RestorationReplies: 0Last Post: 29th Jun 2013, 08:46 -
Chroma shift/Color bleeding help
By darkdream787 in forum RestorationReplies: 45Last Post: 9th Oct 2012, 17:56 -
Luma ringing, halo, raster?
By jssilva in forum RestorationReplies: 9Last Post: 15th Aug 2012, 04:25 -
Sophisticated filter for fixing VHS source color bleeding: Done already?
By Mini-Me in forum RestorationReplies: 0Last Post: 24th Nov 2010, 12:05