sprit
13th August 2002, 00:02
I've been trying out baz00ies filter chain from the share-thread (here (http://forum.doom9.org/showthread.php?s=&threadid=29359&perpage=20&pagenumber=4)).
I noticed that when using the script below that the last line is garbage.
NAME = "20020727 the phantom"
mpeg2source( NAME + ".d2v" )
Crop( 16, 10, 696, 560 )
Convolution3D(8,16,0)
MAM(TemporalSoften2(3,5,10),SmoothHiQ(3,15,0,75,1))
Cnr2()
SmoothHiQ(3,0,20,75,1)
Tweak(hue=9.0)
SimpleResize( 512, 376 )
The problem is in Conv3D, as it's the same with just m2s+Crop+Conv3D. I'm using the latest Convolution3D alpha.
For now I'm just cropping two lines less and cropping again after Conv3D.
I noticed that when using the script below that the last line is garbage.
NAME = "20020727 the phantom"
mpeg2source( NAME + ".d2v" )
Crop( 16, 10, 696, 560 )
Convolution3D(8,16,0)
MAM(TemporalSoften2(3,5,10),SmoothHiQ(3,15,0,75,1))
Cnr2()
SmoothHiQ(3,0,20,75,1)
Tweak(hue=9.0)
SimpleResize( 512, 376 )
The problem is in Conv3D, as it's the same with just m2s+Crop+Conv3D. I'm using the latest Convolution3D alpha.
For now I'm just cropping two lines less and cropping again after Conv3D.