aiataga
23rd September 2004, 22:15
after fighting with deinterlace (sort of NTSC->PAL) and temp/spatial cleaning got blurry and deint artefaced result.
The only way to antialaze and sharpen it is:
a=avisource("E:\LAPITCH\aa.003.avi")
w = a.width
h = a.height
BilinearResize(a,w*2,h*2).Lanczos4Resize(w,h)
BilinearResize(w*2,h*2).Lanczos4Resize(w,h)
BilinearResize(w*2,h*2).Lanczos4Resize(w,h)
Lanczos4Resize(w*2,h*2).Lanczos4Resize(w,h)
Lanczos4Resize(w*2,h*2).Lanczos4Resize(w,h)
LimitedSharpen(ss_x=2.0,ss_y=2.0,Smode=3,strength=127,wide=true
\,radius=2,overshoot=1,soft=false,edgemode=1,Lmode=1)
LimitedSharpen(ss_x=2.0,ss_y=2.0,Smode=3,strength=127,wide=true
\,radius=2,overshoot=1,soft=false,edgemode=1,Lmode=1)
Lanczos4Resize(w*2,h*2).Lanczos4Resize(w,h)
# LimitedSharpen() form
# http://forum.doom9.org/showthread.php?s=&threadid=74900
yep it 0.5 FPS on 2.5 P4 buy it works fine(?) for me.
Now it's better then the DVD source.
i think for the next pass it need some temporal soften (again!) and
FastLineDarken (from http://forum.doom9.org/showthread.php?s=&threadid=82125)
i'v got 20000 frmes throw this filter chain already. (9h of hard work!)
any better methods?
[Edit]
adding pics
before:
http://hometown.aol.com/suurruum/images/6000s.jpg
after filter
http://hometown.aol.com/suurruum/images/6000d.jpg
The only way to antialaze and sharpen it is:
a=avisource("E:\LAPITCH\aa.003.avi")
w = a.width
h = a.height
BilinearResize(a,w*2,h*2).Lanczos4Resize(w,h)
BilinearResize(w*2,h*2).Lanczos4Resize(w,h)
BilinearResize(w*2,h*2).Lanczos4Resize(w,h)
Lanczos4Resize(w*2,h*2).Lanczos4Resize(w,h)
Lanczos4Resize(w*2,h*2).Lanczos4Resize(w,h)
LimitedSharpen(ss_x=2.0,ss_y=2.0,Smode=3,strength=127,wide=true
\,radius=2,overshoot=1,soft=false,edgemode=1,Lmode=1)
LimitedSharpen(ss_x=2.0,ss_y=2.0,Smode=3,strength=127,wide=true
\,radius=2,overshoot=1,soft=false,edgemode=1,Lmode=1)
Lanczos4Resize(w*2,h*2).Lanczos4Resize(w,h)
# LimitedSharpen() form
# http://forum.doom9.org/showthread.php?s=&threadid=74900
yep it 0.5 FPS on 2.5 P4 buy it works fine(?) for me.
Now it's better then the DVD source.
i think for the next pass it need some temporal soften (again!) and
FastLineDarken (from http://forum.doom9.org/showthread.php?s=&threadid=82125)
i'v got 20000 frmes throw this filter chain already. (9h of hard work!)
any better methods?
[Edit]
adding pics
before:
http://hometown.aol.com/suurruum/images/6000s.jpg
after filter
http://hometown.aol.com/suurruum/images/6000d.jpg