Attaching fragment of dark video that I need to restore. What could be the best method? Can Auto Levels help? https://www.semw-software.com/en/autolevels Thanks.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 12 of 12
			
		- 
	Last edited by taigi; 14th May 2021 at 23:56. 
- 
	What is the origin of this clip - Do you have the original camera source ? 
- 
	try something like this: 
 AVISource("snippetOfDark.avi")
 hdragc(coef_gain=10.0,max_sat=3.0,protect=2,shadow s=true,corrector=0.8,reducer=1.6)
 ConvertToYV16(interlaced=true)
 SpotLessUV()
 ConverttoRGB32(matrix="rec709",interlaced=false)
 LoadVirtualDubPlugin("C:\Program Files (x86)\Virtualdub\plugins32\ccd_sse2.vdf", "CCD", 1)
 CCD(7,1)*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
- 
	Attaching another virtualdub2 cut of the same material - not packed with h.264. Extension of original file is .MTS and virtualdub2 says it can't cut without processing. Including no audio. 
- 
	thanks, looks promising. So hdragc can run on 32bit computers only? And I found script to use for SpotLessUV.avsi here, am i correct?: http://www.digitalfaq.com/forum/video-capture/11408-horizontal-chroma-noise.html And the last plugin is for removing noise? Can run it separately only. Still have a feeling all that was used by a creator (-s) of Auto Levels. Last edited by taigi; 17th May 2021 at 04:13. 
- 
	So yeah, I experimented in comparing your script and Auto Levels plugin. After all I found I can't configure Auto Levels plugin quickly and there would be much of time loss on trying this. Also I remember Auto Levels is not dynamic and hdragc is. So I think I'm about to fight dark with your script now, good sir, thank you. (Still not managing to start ccd_sse2.vdf in one session so gonna trust Neat Video instead). 
- 
	Manual gain/gamma: 
 
 Code:LWlibavVideoSource("snippetOfDark.avi") Trim(6,0) ColorYUV(gain_y=400, off_y=-55).ColorYUV(gamma_y=200).ColorYUV(cont_u=500, cont_v=500)
 [Attachment 59096 - Click to enlarge]
- 
	The big blob of white in the background (projection screen?) is throwing off the calculations of any auto filters. Either adjust manually as was mentioned, or mask out the white while auto adjusting. 
 
 
 Scott
- 
	@jagabo: nice,good catch! users currently on my ignore list: deadrats, Stears555, marcorocchini
- 
	Good job, but since that is a fragment of long video, dynamic thing like hdragc is needed. 
- 
	Last edited by taigi; 24th May 2021 at 07:30. 
- 
	It will only work for that one shot; 
 Code:mask = Crop(0,0,-1120,-680).AddBorders(0,0,1120,680).mt_binarize(70).mt_expand().mt_expand().mt_expand().Blur(1.4) Overlay(last, ColorYUV(gain_y=-240, off_y=20, cont_u=-240, cont_v=-240), mask=mask) 
Similar Threads
- 
  Dark ThemeBy jollyjohn in forum FeedbackReplies: 38Last Post: 12th Nov 2019, 09:22
- 
  Dark ThumbnailsBy KK@56 loaches in forum Newbie / General discussionsReplies: 1Last Post: 28th Feb 2018, 00:56
- 
  Video looks way too darkBy killerteengohan in forum RestorationReplies: 21Last Post: 22nd Sep 2017, 07:43
- 
  Dark characters in 3D SubtitlerBy carlmart in forum SubtitleReplies: 0Last Post: 27th Nov 2016, 06:43
- 
  Dark skinBy BobAchgill in forum Newbie / General discussionsReplies: 12Last Post: 5th Jun 2016, 11:32


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote
 
			
 
			 Visit Homepage
				Visit Homepage