There's a mess of combing. Some are 2px high, some are 1px high, it's garbage. Anything I can do to fix it?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	The easiest thing to do is to blur the image vertically: 
 That will give you something like a blend deinterlace.Code:Spline36Resize(width,540).Spline36Resize(width,720). 
 
 johnmeyer has a technique where he comes close to a real deinterlace by splitting the video into horizontal bands then reassembling them. The thread in which he does it as at doom9.
 
 https://forum.doom9.org/showthread.php?t=170813
- 
	Resizing to 540 and then 720 just gets me blurry-looking, but still obvious, combs. 
- 
	share a sample if you want for folks to help in more detail,.. users currently on my ignore list: deadrats, Stears555, marcorocchini
- 
	I was just guessing 540 would work because the original was 1080i. Resizing by half will completely blur the the fields of a 1080i video together. But since the video you have has already been resized to 720 you may have to use a different intermediate size. The size may vary depending on what resizing algorithm was used in the original resize. And if the video was cropped in any way you will have to use a different size. And yes, under the best of conditions it will deliver a blend deinterlace (the two fields are blended together, looking like double exposures when there is motion) and lower vertical resolution. 
 
 Some other options are to use vInverse() or Santiag(strv=0, nns=4). Those will leave a blend deinterlace too.
 
 
 I've never used johnmeyer's technique.Last edited by jagabo; 18th Apr 2021 at 11:13. 
Similar Threads
- 
  OBS Output (scaled) ResolutionBy Huckleberry in forum Capturing and VCRReplies: 5Last Post: 16th Jan 2021, 14:13
- 
  video analysis and deinterlacing (1080i)By trispel in forum Video ConversionReplies: 5Last Post: 22nd Oct 2019, 07:58
- 
  How do I modify scaled size of an H.264 encoded video?By kfitfk in forum Video ConversionReplies: 2Last Post: 21st Oct 2019, 22:59
- 
  Handbrake 1080i to 1080p or 720p settings?By pipelineaudio in forum Newbie / General discussionsReplies: 10Last Post: 29th Mar 2017, 22:35
- 
  [Problem on Image] Coverting 1080i to 720pBy bebetoalves in forum Video ConversionReplies: 13Last Post: 28th Apr 2016, 20:57


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


 Quote
 Quote