Doodling, as you do...
@Ad-Astra put up the attached AVI (DV capture using Scenalyzer) for analysis of an audio issue in this post.
I thought I'd have a practice deinterlacing it. I used VDub's Yadif Double framerate BFF and it came out OK (still a few jaggies). So I thought I'd do it properly with QTGMC (also tried BWDIF) and it came out awfully:
[Attachment 88201 - Click to enlarge]
I used just the basic script:
It seems as though some of the colours are located half way across the frame.Code:AviSource("H:\Videohelp\Ad Astra\Audio 1 channel.avi") ConvertToYV12(interlaced=true) AssumeBFF() QTGMC(preset="Fast", EdiThreads=8) Prefetch(24)
Any ideas about getting QTGMC to work correctly on this file (I did try Merge Chroma as well but it made no difference)?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	Likely your VFW decoder installed for AVISource is not returning the proper chroma for NTSC DV 4:1:1 
 
 You can use FFVideoSource / LWLibavVideoSource/ BSVideoSource instead, or use a different VFW decoder
- 
	For the scene acc. to your screenshot there seems to be a problem with the chroma motion which does not advance in step with the luma motion, but only every 2nd frame. Check the motion of the U,V planes versus the Y plane. (I am not very experienced with 4:1:1 DV though). 
 
 Edit: pdr was faster
- 
	That fixed it.LWLibavVideoSource
 
 I'll have a look at using a different VFW decoder.
Similar Threads
- 
  Best Deinterlacing like QTGMCBy Jay123210599 in forum Newbie / General discussionsReplies: 10Last Post: 4th Dec 2023, 20:40
- 
  QTGMC MKV DeinterlacingBy Jay123210599 in forum Newbie / General discussionsReplies: 6Last Post: 26th Oct 2023, 17:16
- 
  Flickering after deinterlacing with QTGMCBy Sunk in forum Capturing and VCRReplies: 5Last Post: 24th Aug 2023, 12:48
- 
  file length doubled after deinterlacing with QTGMCBy cornholio1980 in forum DVD RippingReplies: 1Last Post: 18th Mar 2023, 18:34
- 
  deinterlacing .vob file via QTGMC-still have blendingBy clashradio in forum Video ConversionReplies: 2Last Post: 2nd Feb 2021, 21:44


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

 Quote
 Quote