vie2233hil
22nd April 2004, 21:54
ConditionalDenoise() function gives me Avisynth Stack Overflow
ONLY in M$ Media Player 6.4, all other players (Classic, M$ Player 9) and VirtualDub work fine. Avisynth 2.5.3
I was wondering what the problem might be and if it affects other areas and how do I trace it.
Script:
LoadPlugin("mpeg2dec3.dll")
LoadPlugin("undot.dll")
LoadPlugin("TomsMoComp.dll")
loadplugin("CondTemporalMedian-isse.dll")
mpeg2source("d4.d2v")
crop(20,8,688,464)
TomsMoComp(1,5,1)
Undot()
ConditionalDenoise() <========== this line gives Stack Overflow
LanczosResize(576,432)
ONLY in M$ Media Player 6.4, all other players (Classic, M$ Player 9) and VirtualDub work fine. Avisynth 2.5.3
I was wondering what the problem might be and if it affects other areas and how do I trace it.
Script:
LoadPlugin("mpeg2dec3.dll")
LoadPlugin("undot.dll")
LoadPlugin("TomsMoComp.dll")
loadplugin("CondTemporalMedian-isse.dll")
mpeg2source("d4.d2v")
crop(20,8,688,464)
TomsMoComp(1,5,1)
Undot()
ConditionalDenoise() <========== this line gives Stack Overflow
LanczosResize(576,432)