Gackt
1st February 2007, 19:25
Hello,
I'm new in avisynth's world, and i'm trying, to remove a strange kind of artefacts. I've used many strong filters, but they doesn't seems to be efficients :(. So, here is my script:
loadplugin("plugins/deen.dll")
loadplugin("ssiq.dll")
loadplugin("bifrost.dll")
loadplugin("TomsMoComp.dll")
imagesource("input1.png").convertToYv12().assumeframebased()
bifrost()
SSIQ(diameter=11,strength=50,interlaced=false)
TomsMoComp(0,15,1)
deen("a3d",3,6,1,6)
For a first "raw" test frame:
http://img250.imageshack.us/img250/4577/input1le5.th.png (http://img250.imageshack.us/my.php?image=input1le5.png)
... And when it is filtered:
http://img250.imageshack.us/img250/2457/output1qw8.th.png (http://img250.imageshack.us/my.php?image=output1qw8.png)
I can see this 'bleeding' on the left.
For a second "raw" test frame:
http://img250.imageshack.us/img250/7439/input2vb8.th.png (http://img250.imageshack.us/my.php?image=input2vb8.png)
... And when it is filtered again:
http://img250.imageshack.us/img250/5676/output2on0.th.png (http://img250.imageshack.us/my.php?image=output2on0.png)
The colors are 'bugging' again, and i don't see how to remove theses artefacts. Any help will be appreciated :D. Sorry for my bad english.
Gackt
I'm new in avisynth's world, and i'm trying, to remove a strange kind of artefacts. I've used many strong filters, but they doesn't seems to be efficients :(. So, here is my script:
loadplugin("plugins/deen.dll")
loadplugin("ssiq.dll")
loadplugin("bifrost.dll")
loadplugin("TomsMoComp.dll")
imagesource("input1.png").convertToYv12().assumeframebased()
bifrost()
SSIQ(diameter=11,strength=50,interlaced=false)
TomsMoComp(0,15,1)
deen("a3d",3,6,1,6)
For a first "raw" test frame:
http://img250.imageshack.us/img250/4577/input1le5.th.png (http://img250.imageshack.us/my.php?image=input1le5.png)
... And when it is filtered:
http://img250.imageshack.us/img250/2457/output1qw8.th.png (http://img250.imageshack.us/my.php?image=output1qw8.png)
I can see this 'bleeding' on the left.
For a second "raw" test frame:
http://img250.imageshack.us/img250/7439/input2vb8.th.png (http://img250.imageshack.us/my.php?image=input2vb8.png)
... And when it is filtered again:
http://img250.imageshack.us/img250/5676/output2on0.th.png (http://img250.imageshack.us/my.php?image=output2on0.png)
The colors are 'bugging' again, and i don't see how to remove theses artefacts. Any help will be appreciated :D. Sorry for my bad english.
Gackt