When I use Santiag() in my script it brightens the overall image and colors slightly. You can kind of see a white film or brighter looking image over the picture and colors when using it.
Is there a parameter or setting that will keep that form happening?
Is there a reason its happening?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	I don't see that here. I verified with a levels chart that Santiag doesn't cause a levels change. 
 
 What does your script look like?Code:AviSource("levels.avi") Interleave(last, Santiag()) ConvertToYUY2().VideoScope()
 
 <edit>
 
 I also just checked with ColorBars() and viewing the U and V channels. No changes to overall color saturation there either.
 
 </edit>Last edited by jagabo; 27th Jul 2014 at 19:06. 
- 
	
 
 Because it's an antialiasing function, It's going to depend on the type of content and amount of fine details and lines in your source. No fine lines, or details => no change. Lots of fine lines => lots of change
 
 It's going to happen to some extent with any AA function. The stronger the AA , the more the effect. The more lines & fine details , the more the effects
 
 You can try adjusting for it by using levels, tweak, etc.. but it's probably going to mess other things up because you'd have to adjust it dependent on the content and amount of detail
- 
	Extreme example to illustrate 
 
 santiag()
 coloryuv(analyze=true)
 
 a: lots of fine lines
 
 
 b: lots of fine lines + santiag
 
 
 c: no lines
 
 
 d: no lines + santiag
 
 
 e: lots of fine lines + santiag(2,2)
 
 
 
 Basically the more the fine details, the sharper your content, the more fine lines, the stronger the AA function, the stronger the effect
- 
	Those are local changes not overall changes. You've just assured that the entire frame is filled with those localized changes. I doubt that's the OP's problem. He probably has an incorrect colorspace change somewhere. Last edited by jagabo; 27th Jul 2014 at 20:09. 


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			 
			
 Quote
 Quote
