Re: Help deinterlacing video
	
	
		Even just a few seconds would help greatly. Use AVIDemux A and B buttons to select just a short segment then Vidoe="Copy, Audio="Copy", Output Format ... whatever the original file is.
	 
 
	
	
	
		Re: Help deinterlacing video
	
	
		
	Quote:
	
		
		
			
				Originally Posted by 
Alwyn
				 
			Even just a few seconds would help greatly. Use 
AVIDemux A and B buttons to select just a short segment then Vidoe="Copy, Audio="Copy", Output Format ... whatever the original file is.
	 
  Here is a clip https://mega.nz/file/I5shXKoL#C84zCCNegkZK2uNv06PK8jsli__g5kKe-dBJ21ydfKk
	 
 
	
	
	
		Re: Help deinterlacing video
	
	
		@johnr283: This movie was probably originally 2:3 telecined and has been badly processed and irreversably damaged by (point-)resizing without prior IVTC (Inverse Telecine) it.
If you still have the original source the correct procedure would be
- Inverse telecine (IVTC)
- Resize
In Avisynth try something like
	Code:
	
TFM().TDecimate() #this will return the original 23.976fps progressive film frames
Spline36resize(854,480) #or whatever 16:9 you prefer
  
	 
 
	
	
	
		Re: Help deinterlacing video
	
	
		
	Quote:
	
		
		
			
				Originally Posted by 
Sharc
				 
			@johnr283: This movie was originally 2:3 telecined and has been badly processed and irreversably damaged by resizing without prior IVTC (Inverse Telecine) it.
If you still have the source the correct procedure would be
- Inverse telecine (IVTC)
- Resize
In 
Avisynth something like
	Code:
	
TFM().TDecimate() #this will return the original 23.976fps progressive film frames
Spline36resize(854,480) #or whatever 16:9 you prefer
 
	 
  So, you're saying I can't fix the current file? I may be able to contact the produce and get the original.
	 
 
	
	
		1 Attachment(s)
	
	
		Re: Help deinterlacing video
	
	
		
	Quote:
	
		
		
			
				Originally Posted by 
johnr283
				 
			So, you're saying I can't fix the current file? I may be able to contact the produce and get the original.
			
		
	 
  Any attempt to fix it would probably be disappointing, maybe someone has a better idea ......
	 
 
	
	
	
		Re: Help deinterlacing video
	
	
		
	Quote:
	
		
		
			
				Originally Posted by 
Sharc
				 
			
	Quote:
	
		
		
			
				Originally Posted by 
johnr283
				 
			So, you're saying I can't fix the current file? I may be able to contact the produce and get the original.
			
		
	 
  Any attempt to fix it would probably be disappointing, maybe someone has a better idea ......
	 
  Ok. Thanks for the help.