soujir0u
6th March 2004, 11:39
Hi, I have tried using a script with mf's SharpTools. Here is the script I am using:
import("sharptools-v0.3.avs")
mpeg2source("test.d2v")
Telecide(order=1,post=1,hints=true)
kerneldeint(order=1)
Decimate(quality=3)
crop(2,24,636,368)
sharpresize(656,416)
I am using AviSynth 2.54, XviD 1.0 RC3 and VirtualDubMod 1.5.10.1.
When I use this script, I find that I get a weird line on the right of the screen:
http://otakusanc.homestead.com/files/sharpresize1.jpg
Here is the same script, but with lanczosresize instead:
http://otakusanc.homestead.com/files/lanczosresize1.jpg
Also notice that the colour in the sharpresize one is different from the source (the one in the lanczosresize pic is the right colour)! What am I doing wrong? I am cropping evenly and in mod4. The source is 640x416.
Another problem is that when I use sharpresize it results in artifacts on the edges of text (maybe due to the sharpening):
http://otakusanc.homestead.com/files/sharpresize2.jpg
Here is the pic for lanczosresize:
http://otakusanc.homestead.com/files/lanczosresize2.jpg
Can anyone help me with these problems, please? Thanks in advance!
import("sharptools-v0.3.avs")
mpeg2source("test.d2v")
Telecide(order=1,post=1,hints=true)
kerneldeint(order=1)
Decimate(quality=3)
crop(2,24,636,368)
sharpresize(656,416)
I am using AviSynth 2.54, XviD 1.0 RC3 and VirtualDubMod 1.5.10.1.
When I use this script, I find that I get a weird line on the right of the screen:
http://otakusanc.homestead.com/files/sharpresize1.jpg
Here is the same script, but with lanczosresize instead:
http://otakusanc.homestead.com/files/lanczosresize1.jpg
Also notice that the colour in the sharpresize one is different from the source (the one in the lanczosresize pic is the right colour)! What am I doing wrong? I am cropping evenly and in mod4. The source is 640x416.
Another problem is that when I use sharpresize it results in artifacts on the edges of text (maybe due to the sharpening):
http://otakusanc.homestead.com/files/sharpresize2.jpg
Here is the pic for lanczosresize:
http://otakusanc.homestead.com/files/lanczosresize2.jpg
Can anyone help me with these problems, please? Thanks in advance!