VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    May 2009
    Location
    United States
    Search Comp PM
    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.
    Image Attached Thumbnails Click image for larger version

Name:	Days In Shaolin.jpg
Views:	234
Size:	81.7 KB
ID:	9194  

    kenryuakuma always need your help
    Quote Quote  
  2. 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)
    Image Attached Thumbnails Click image for larger version

Name:	santiag.png
Views:	182
Size:	452.6 KB
ID:	9196  

    Quote Quote  
  3. Member
    Join Date
    May 2009
    Location
    United States
    Search Comp PM
    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
    Quote Quote  
  4. 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
    Another option is nnedi3():
    WhateverSource()
    Nnedi3(1)
    Click image for larger version

Name:	nnedi3.jpg
Views:	274
Size:	49.8 KB
ID:	9201

    Or:

    WhateverSource()
    PointResize(width, height/2)
    Nnedi3_rpow2(rfactor=2, cshift="BilinearResize", fwidth=width, fheight=height*2)
    Click image for larger version

Name:	rpow.jpg
Views:	282
Size:	47.3 KB
ID:	9202
    Last edited by jagabo; 18th Oct 2011 at 07:58.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!