Hello, I need help removing the interlacing from this video, the source is a PAL 4:3 DVD and I have tried using the following:
Vidcoder with all types of deinterlacers
Internet Friendly Media Encoder
Hybrid
AVIsynth- don't know where to start.
Megui- don't know where to start.
I have tried playing around with the different presets, modes and detection modes to no avail.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 15 of 15
			
		- 
	
- 
	If that's your source, you're screwed. About the best you can do is blend the two fields together. 
- 
	That was reincoded from the source, I didn't know to upload a clip from the source, which I will provide. 
- 
	Why did you convert it? That's not DVD video inside of the MKV. It was resized before ever being deinterlaced, making it impossible to deinterlace. It wouldn't need deinterlacing anyway. It's phase-shifted and a simple AviSynth TFM from the TIVTC package will fix it without ruining it by deinterlacing. Start over again with the source DVD. 
- 
	I was wrong about it being phase shifted, now there's a VOB to study. It does need deinterlacing if you want to make it progressive. Bobbing is probably the best way to go, but that's up to you. By working with the unresized VOB(s), you shouldn't have any more trouble with whatever program you want to use. 
- 
	How to deinterlace? I expect the programs you listed earlier can do it. I don't know myself as I use none of them. Or are you responding to my earlier AviSynth remark? Doesn't Hybrid use AviSynth? 
 
 Or are you asking about how to bob? That's double-rate deinterlacing - turning interlaced 25fps to progressive 50fps.
- 
	Use a bob deinterlacer like Yadif(mode=1) or QTGMC(). Those are AviSynth filters. But many programs have Yadif() or mods of it. Handbrake's deinterlacer is a mod of Yadif() so Vidcoder should have it. Convert to 50p. Sample deinterlaced with AviSynth attached: 
 
 Code:Mpeg2Source("C:\Users\John\Downloads\VTS.d2v", Info=3) QTGMC(sharpness=0.7)Last edited by jagabo; 9th Apr 2018 at 16:58. 
- 
	I have tried the following deinterlace settings in Vidcoder with a test encode. 
 
 Deinterlace- Yadif
 Preset Bob
 Interlace Detection- Default
 
 and added QTGMC(sharpness=0.7) in the More settings box.
 
 Although I like the results, watching on my PC, I will try to watching it on other viewing sources before I judge yours and my test encodes.
- 
	
- 
	No, only once, since x264 doesn't have any idea what "QTGMC(sharpness=0.7)" is. 
- 
	Doesn't matter much. Neither x264 nor x265 have a "QTGMC" parameter, it is a function for an AviSynth (or VapourSynth) script. And deinterlacing is a filter applied to the raw video, before any encoder uses its result. 
Similar Threads
- 
  IgnoreBy Alphantom in forum Newbie / General discussionsReplies: 2Last Post: 9th Apr 2018, 14:48
- 
  Need Help Batch Remove Audio,Remove Subtitle,Change Default Audio and SubBy Inoyama in forum Newbie / General discussionsReplies: 9Last Post: 9th Jan 2018, 16:20
- 
  Bad interlacingBy Enrik in forum RestorationReplies: 13Last Post: 10th Mar 2016, 07:49
- 
  Cant seem to fully remove interlacingBy killerteengohan in forum RestorationReplies: 3Last Post: 3rd Jan 2016, 03:12
- 
  4-way interlacingBy agni451 in forum EditingReplies: 1Last Post: 13th Mar 2015, 11:13


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