Well, I am encoding a Chinese series...However as you can see, the picture below contains jagged edge. I am just wondering if there is a way to fix it. Hope somebody could help me out. Is there a script that could get rid of it.
The bad thing about this video is that it is progressive instead of interlace.
+ Reply to Thread
Results 1 to 4 of 4
-
kenryuakuma always need your help
-
You can improve it by using an antialiasing filter. Avisynth has about a dozen or so, try a few out, some work better on certain material
http://avisynth.org/mediawiki/External_filters#Anti-aliasing
http://forum.doom9.org/showthread.php?t=153835
eg.
Santiag(2,2) -
Awesome pal...With just a bit of script...The vid looks completely different. If I have any more questions, I will let ya know. Hope that won't bother ya.
kenryuakuma always need your help -
The problem is that an interlaced video was captured, one field thrown away, and the remaining field duplicated to fill in. You could also use:
WhateverSource()
PointResize(width, height/2)
BicubicResize(width, height*2) #or whatever resizer you want
WhateverSource()
Nnedi3(1)
Or:
WhateverSource()
PointResize(width, height/2)
Nnedi3_rpow2(rfactor=2, cshift="BilinearResize", fwidth=width, fheight=height*2)Last edited by jagabo; 18th Oct 2011 at 07:58.
Similar Threads
-
Edges look jagged, and lines across the video.
By killerteengohan in forum DVD RippingReplies: 18Last Post: 29th Jul 2011, 13:18 -
Is this a video Codec issue? The videos have jagged/rough edges (PIC) Incl.
By Ricky_S in forum Newbie / General discussionsReplies: 11Last Post: 30th Sep 2009, 19:57 -
Blur edge of video in vegas?
By macca1980 in forum Newbie / General discussionsReplies: 5Last Post: 29th Apr 2008, 02:37 -
Captured video has pixel noise on top edge of display
By cohoman in forum Capturing and VCRReplies: 0Last Post: 23rd Feb 2008, 18:32 -
16:9 picture lower edge above the black border flickers on 4:3 TV
By Srivas in forum Newbie / General discussionsReplies: 5Last Post: 15th Dec 2007, 12:15