I'm in the process of converting some VHS stuff for a family member. I don't know the correct terminology of the problem I'm trying to describe. In layman's terms I'm trying to restore/correct the red (hat & shirt). I tried using the Colormill plugin for Virtualdub, but in the process I end up washing out all of the other colors in the video to get the red back. If anyone can help I would greatly appreciate it. Here are a few pics of the problem. If a video clip is needed I can upload one.
Thanks.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	To just stick to the color problem a simple hue shift should solve this. 
 
 The water will be blue and the shirt red.
- 
	try something like that: 
 
 # 1) move chroma
 separatefields
 A=Last
 B=A.Greyscale()
 Overlay(B,A,X=2,Y=-2,Mode="Chroma")
 weave()
 # 2) change hue
 tweak(hue=-26.8,sat=1.1,coring=false)
 # 3) remove chroma bleeding:
 separatefields() # if source interlaced
 mergechroma(aWarpSharp(depth=10, thresh=0.75, blurlevel=3, cm=1))
 turnright()
 mergechroma(aWarpSharp(depth=5, thresh=0.75, blurlevel=2, cm=1))
 turnleft()
 #weave()*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
- 
	themaster1 has a better idea, to work in YUV where the problem originates in the v channel. Too late to do that with the images, they've gone to RGB so it's a bit late for YUV work using the posted samples. It'll take a lot more than just a "simple hue adjustment" to repair the color. You'll have to start with the YUV original. If you don't know how to use histograms and pixel readers you're, uh, dead in the water. 
 
 
 Last edited by LMotlow; 17th Nov 2014 at 07:14. - My sister Ann's brother


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