PDA

View Full Version : medianblurt distortion


tsp
11th January 2006, 13:55
i've also noticed some plugins don't work with other plugins as far as the skewing thing goes (for example, interleaving motion-compensated frames via mvtools and then using tsp's medianblurt on them results in a skewed mess).

ehm could you post or pm me the smallest script that causes that (and what version of mvtool that you use)

Mug Funky
13th January 2006, 07:14
@ tsp:

sorry it took a while to get back on this...

mpeg2source("blah.d2v",idct=7,cpu=0)

assumetff()

addborders(0,0,16,16)
crop(0,0,-16,-16)

medianblurt(radiusy=0,radiusu=0,radiusv=0,temporalradius=2)

the same code without the medianblurt line will make HC output junk too.

adding "align=true" doesn't fix it... i'm using the oct 7 2005 build of avisynth with medianblur 0.84

[edit]

adding "turnleft().turnright()" before medianblurt fixes it... but at what cost?

@ tateu:

sorry to hijack the thread... looks like this is more an avisynth bug than anything else. but the turnleft.turnright thing will probably work for QTinput too.

sh0dan
13th January 2006, 16:18
sorry to hijack the thread...
That doesn't make it less of a hijack. Keep the topic, or open a new thread.

tsp
13th January 2006, 18:00
leaving out medianblurt doesn't produce junk but with medianblurt the result is garbage. Must be some misalignment going on. Will see what I can do about it.

Mug Funky
14th January 2006, 09:47
@ shodan:

sorry about that. i should have used PM's i guess, or started a new thread, of course.

@ tsp:

you might want to liaise with hank315 about it, as HC displays the same behaviour. i haven't tried regressing my version of avisynth to see if the problem still arises, but that may be worth doing.