View Single Post
Old 28th April 2005, 22:19   #18  |  Link
paviko
Registered User
 
Join Date: Mar 2005
Location: Poland
Posts: 85
@backwoods
I've looked closer to your frame grab and I'd like to have you camcorder It's perfectly keeping colour information in dark areas. Is it a professional camcorder? The best result with such a good devices can be obtained when max_sat parameter is set to 1.0. Otherwise colours can be boosted too much.

@tsp
Thank you very much for your help, it definately should be like you posted.

@Bordo32
Quote:
the next line ConvertToRGB32() will expand luma from 16-235 range to 0-255
I've never thought about this, because I've instaled DV codec that is using 0-255 range. I think that ConvertToRBG will leave 16-235 range unchanged but not sure and for now can't check it. Of course you should listen to Wilbert
Thanks for pointing it, I'll addres the issue with the range 16-235 when YUY2 support will be added.
Quote:
It might be stupid question, but I am just curious, is this filter is interlaced aware, does not require those SeparateFields() Weave() type of things?
It's your second perfect question. It's best to do separatefields() and then weave() for interlaced. But also without it only in special cases some artefact can appear. Maybe it's good to add interlaced mode to filter, or do you prefer doing it yourself with separatefields() and weave() ?

Regards
paviko is offline   Reply With Quote