Forum Archive Home -> Restoration -> What Vdub filter can get rid of the green "Ghosting"?
What Vdub filter can get rid of the green "Ghosting"? |
| Brainiac posted 2009 Sep 03 15:56 |
| Hi all
Does anyone know what the green areas above the trees and the house is called? And what filter(s) should I use to get rid of or minimize it? Or is this something hardware can only address? Brainiac anderson1.bmp |
| filmboss80 posted 2009 Sep 03 16:28 |
| In that picture, it is not merely color bleed. The sky is WAY overexposed, causing color distortions.
Good luck finding a great remedy for that. I'd start with the Levels filter in VirtualDub, dropping the luminance. |
| redwudz posted 2009 Sep 03 16:44 |
| I see that more commonly with videos that have been copied too many times. But try the YUV saturation/offset filter. It sort of works, at least the green is gone. :) Probably a bit more touch-up with Color Mill would help. Color Mill is also available on that site below and it does have level adjustments. I think there's a better filter for offsetting the colors, but not sure which one it is.
The listed filter is at: http://www.thedeemon.com/VirtualDubFilters/ Near the bottom of the page. Before:
After: ![]() |
| Brainiac posted 2009 Sep 03 17:13 |
| Thanks for the replies.
Brainiac |
| poisondeathray posted 2009 Sep 03 17:36 |
| The colors you're trying to get rid of have shades of green. But the trees and grass also have greens.
This poses a big problem when you use filters that affect the entire frame and work by affecting color. If you want to preserve everything else, you will probably have to limit the damage and selectively filter (i.e. use masks). Virtualdub is probably not the ideal tool for this |
| jagabo posted 2009 Sep 03 18:08 |
| If your source is YUV you will have better luck with AviSynth because the YUV to RGB conversion in VirtualDub is crushing the over bright areas. At least use AviSynth to open the source and convert to RGB with the PC.601 matrix:
WhateverSource("filename.ext") ConvertToRGB(matrix="PC.601") That will keep the bright and dark areas from being crushed in VirtualDub. Be sure to get blacks at 0 and whites a 255 in VirtualDub before saving with a codec that expects rec.601. |
Login/Register to our forum to be able to post here.

