My .avs file:
My question is, if there is no leftover interlacing (i.e in the debug output it says "CLEAN FRAME" for all the frames), is TDeint() still called? Does the encoding go faster if all the frames are clean?Code:D = TDeint(mode=2, mtnmode=3, blim=100) TFM(slow=1, clip2=D, output="output.txt", debug=true) TDecimate(mode=1)
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	No. But you might also try: 
 
 TFM(slow=1,Display=true)
 TDecimate(mode=1)
 
 Play it and if deinterlaced then it says "DEINTERLACED". But I don't know why you'd use TDeint as the post-processor as the one TFM uses by default is nearly identical. Ordinarily, if using a different post-processor people use QTGMC or something else better than TDeint.
 
 If nothing has to be post-processed then I suppose the encode goes very slightly faster.
Similar Threads
- 
  Leftover combing/interlace artifacts?By killerteengohan in forum RestorationReplies: 8Last Post: 24th Apr 2020, 19:11
- 
  Leftover combing/interlace artifactsBy killerteengohan in forum RestorationReplies: 26Last Post: 12th Dec 2019, 21:01
- 
  How to deal with leftover combing after ivtcBy ZetaStax in forum Video ConversionReplies: 6Last Post: 4th Nov 2019, 11:11
- 
  AVISynth and TIVTC/TFM chokes on this clip, but why?By SaurusX in forum Video ConversionReplies: 5Last Post: 8th May 2018, 17:06
- 
  QTGMC vs TFM for Progressive SourceBy TheLastOfThem in forum Video ConversionReplies: 8Last Post: 26th Jul 2016, 06:52


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

 Quote
 Quote