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
+ Reply to Thread
Results 1 to 6 of 6
-
-
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. -
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:
-
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 -
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.
Similar Threads
-
XviD4PSP Brightness/Contrast setting to reduce PSP "Ghosting"?
By stephens in forum Video ConversionReplies: 0Last Post: 13th Sep 2009, 11:42 -
Sony Vegas 9.0, AVCHD/mds "ghosting" with Canon HG10 footage
By Woodserr in forum Video ConversionReplies: 33Last Post: 29th Jul 2009, 22:12 -
:?: Vegas Pro 8.0 - How do I get rid of these "blocks"?
By YouTubeHDHacker in forum EditingReplies: 1Last Post: 6th Dec 2008, 16:19 -
NAME="mplayerc.exe" FILTER="GRABMI_FILTER_PRIVACY"
By tigerb in forum Newbie / General discussionsReplies: 0Last Post: 7th Aug 2008, 15:40 -
Do hdtv owners use the "fill" mode to get rid of "underscan&
By yoda313 in forum PollsReplies: 20Last Post: 11th Jul 2008, 19:02