Log in

View Full Version : Can you help clean this clip?


xiaNaix
28th October 2003, 02:07
Here are a few frames from a Huffy compressed VHS capture...

http://members.aol.com/psymanteum/clip.avi

Notice the bright green portion of the one guy's jacket which stands out like a **** in a punchbowl. I checked the source, and this problem appears there as well. Any suggestions on how to clean this capture up? Thanks! :D

sh0dan
28th October 2003, 09:45
adj = 120
v = coloryuv(off_u=-adj, off_v=-adj)
v = coloryuv(v,off_u=adj, off_v=adj)
mergechroma(last, v, 0.9)


A higher value in "adj" (up to 128) will reduce more green, also the mergechroma value can be adjusted. I tried to avoid miscoloring the clip, while taking the top of the saturated green.