With certain videos on my Panasonic HS-860, the contrast of the image keeps going up and down depending what is on screen. And it's especially noticeable when it goes from white to black in the next shot and it pumps the blacks up brighter for a second before settling down.
Is there not a filter that can maintain the same contrast throughout, so the levels wont fluctuate?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	In AviSynth ColorYUV(autogain=true) works pretty well with the whiteout sections. 
 
 Code:LWLibavVideoSource("Example.avi") AssumeTFF() src = last SeparateFields() ColorYUV(AutoGain=true) # apply automatic gain ColorYUV(gain_y=-20) # set a nominal white level Weave() StackHorizontal(src, last) QTGMC() HistogramOnBottom()
Similar Threads
- 
  Automatically Stretch ContrastBy Pickles in forum Newbie / General discussionsReplies: 6Last Post: 23rd Nov 2023, 07:49
- 
  Contrast between indoor and outdoorBy Dudo01 in forum Capturing and VCRReplies: 16Last Post: 1st Jul 2023, 18:33
- 
  video h.54 editer scene by scene with paint type toolsBy RBCC in forum EditingReplies: 1Last Post: 22nd Jul 2022, 19:43
- 
  ffmpeg scene detection - cut a video into clips based on scene changesBy NapoleonWils0n in forum User guidesReplies: 0Last Post: 19th Mar 2022, 15:45
- 
  Contrast RatioBy biferi in forum Newbie / General discussionsReplies: 13Last Post: 29th Mar 2021, 01:03


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