Rain_1
30th November 2005, 04:52
Hi again...
Last time i was here, i was asking about a derainbow filter... After lots of searches, i finally found a derainbow filter that works like i wanted to (along with other filters)... Now, i have a different problem... Well, i have 2 in fact. One is what shows up on my video and the other one is that i don't know what it's called (so i can look for ways to remove it). I've set up to pictures to show.
http://rain01.free.fr/cap/ghost1.png
As you can see on that pic, looks like there's a ghost of the image shifted to the right (or a shadow? I don't know what to cal).. you can clearly see it going along every single black line, specially on the left kid's orange suit.
Yes, i'm aware of all the blocking and rainbowning (not apparent) on that video, but that's an undoctored picture. The following script (which i got from http://forum.doom9.org/showthread.php?t=102162&highlight=trigun and modified a bit) successfully clears it all up. My only problem is the ghosting/shadowing/whatever is it named.
LoadPlugin("c:\avs\TIVTC.dll")
LoadPlugin("c:\avs\Bifrost.dll")
LoadPlugin("c:\avs\fft3dfilter.dll")
loadplugin("c:\avs\awarpsharp.dll")
LoadPlugin("c:\avs\guavacomb.dll")
LoadPlugin("c:\avs\MaskTools.dll")
Import("d:\LimitedSharpen.avs")
AviSource("d:\sealab1113 cortado.avi")
GuavaComb(Mode = "PAL", Recall = 75, MaxVariation = 25, Activation = 40)
TFM(mode=6,PP=7,slow=2,mChroma=false)
TDecimate(mode=1)
ConvertToYV12
BiFrost(interlaced=false)
FFT3DFilter(sigma=1,bt=3,bw=32,bh=32,ow=16,oh=16)
Crop(32,2,-18,-4)
aWarpSharp(depth=16,cm=1)
Lanczos4Resize(640,480)
LimitedSharpen()
Here's a second pic that elaborates on how the ghosting is different deppending on the color being displayed - you can see it clearly on the sailor's hand at the right, but it's not so apparent on his black clothes down his arm.
http://rain01.free.fr/cap/ghost2.png
Any ideas on what that's called and which filter would diminish/remove them?
Thanks in advance.
PS.: I linked the pictures instead of pasting them because each .png is 450k ish...
Last time i was here, i was asking about a derainbow filter... After lots of searches, i finally found a derainbow filter that works like i wanted to (along with other filters)... Now, i have a different problem... Well, i have 2 in fact. One is what shows up on my video and the other one is that i don't know what it's called (so i can look for ways to remove it). I've set up to pictures to show.
http://rain01.free.fr/cap/ghost1.png
As you can see on that pic, looks like there's a ghost of the image shifted to the right (or a shadow? I don't know what to cal).. you can clearly see it going along every single black line, specially on the left kid's orange suit.
Yes, i'm aware of all the blocking and rainbowning (not apparent) on that video, but that's an undoctored picture. The following script (which i got from http://forum.doom9.org/showthread.php?t=102162&highlight=trigun and modified a bit) successfully clears it all up. My only problem is the ghosting/shadowing/whatever is it named.
LoadPlugin("c:\avs\TIVTC.dll")
LoadPlugin("c:\avs\Bifrost.dll")
LoadPlugin("c:\avs\fft3dfilter.dll")
loadplugin("c:\avs\awarpsharp.dll")
LoadPlugin("c:\avs\guavacomb.dll")
LoadPlugin("c:\avs\MaskTools.dll")
Import("d:\LimitedSharpen.avs")
AviSource("d:\sealab1113 cortado.avi")
GuavaComb(Mode = "PAL", Recall = 75, MaxVariation = 25, Activation = 40)
TFM(mode=6,PP=7,slow=2,mChroma=false)
TDecimate(mode=1)
ConvertToYV12
BiFrost(interlaced=false)
FFT3DFilter(sigma=1,bt=3,bw=32,bh=32,ow=16,oh=16)
Crop(32,2,-18,-4)
aWarpSharp(depth=16,cm=1)
Lanczos4Resize(640,480)
LimitedSharpen()
Here's a second pic that elaborates on how the ghosting is different deppending on the color being displayed - you can see it clearly on the sailor's hand at the right, but it's not so apparent on his black clothes down his arm.
http://rain01.free.fr/cap/ghost2.png
Any ideas on what that's called and which filter would diminish/remove them?
Thanks in advance.
PS.: I linked the pictures instead of pasting them because each .png is 450k ish...