Log in

View Full Version : Question about SmoothDeblock


Chainmax
9th September 2008, 05:41
I've been checking redfordxx's thread and was wondering if he function has to be put together from posts 2, 16 and 17 or only 16 and 17. Also, the dependencies don't seem to be too clear, so if someone can clarify that for me I'd be grateful. Thanks in advance.

45tripp
9th September 2008, 09:46
any reason why you didn;t link to what you're talking about??

smoothdeblock:
http://forum.doom9.org/showthread.php?t=111526&highlight=smoothdeblock

looks clear to me.
as quoted, 2, 16 and 17.

dependencies:
masktools2,
dctfilter,
average.dll,

array script,
patterns script,
block script,
smoothdeblock scripts pt1&2


LoadPlugin("C:\Desktop\dgmpgdec150rc2\DGDecode.dll")

loadplugin("mt_masktools.dll")
loadplugin("average.dll")
loadplugin("dctfilter.dll")
import("array.avsi")
import("patterns.avsi")
import("block.avsi")
import("smoothdeblockv3.avsi")

mpeg2Source("blocky.d2v")

smoothdeblock3()



tripp