PDA

View Full Version : Avisynth crashes with PixieDust()


Terka
12th August 2006, 15:44
i have a script like this:
loadplugin ...
avisource ...
import mvbob
mvbob()

everything works fine
but if i add a line :
mvbob()
pixiedust() <this line is the problem

avisynth crashes.
dustv5.dll was loaded, but after added the line -crash

should i use setmemorymax and how high?

krieger2005
12th August 2006, 15:51
Is the Colorspace YUY2 before calling Pixiedust?

Terka
12th August 2006, 16:10
of course not, im so stupid
now works fine

neuron2
12th August 2006, 16:11
Use a proper thread title in the future. I have fixed yours for you. Thank you.

Terka
13th August 2006, 12:03
sorry