Log in

View Full Version : Bug in TemporalSoften()?


SILICON
8th April 2003, 19:26
This script give error:
an acces violation at 0x100086f0 attempting to read from 0x0000019e


LoadPlugin("C:\DVD2CVCD\PLUGINS\CNR2YV12.dll")
LoadPlugin("C:\DVD2CVCD\PLUGINS\UnDot.dll")
LoadPlugin("C:\DVD2CVCD\PLUGINS\MPEG2DEC3YV12.dll")
Mpeg2Source("C:\DVD2CVCD\Pelicula\PELICULA.D2V", IDCT=2, CPU=4, iPP=FALSE)
TRIM(0,130325)
CROP(8,12,704,550)
LumaFilter()
UnDot()
BilinearResize(336,414)
CNR2()
TemporalSoften(1,5,0,7,2)
AddBorders(8,81,8,81)
Limiter()
ConvertToYUY2()


Works ok if delete the line "TemporalSoften(1,5,0,7,2)
Works if change the resize to: BilinearResize(336,412) (MOD 4)

Using Avisynth v2.51beta and Win XP

SILICON
20th April 2003, 21:48
Te bug are in the "TemporalSoften(1,5,0,7,2)"

In some COMPUTER give error, but in anothers donīt have error never.
In a K7 2000XP work well. In a K7 1700XP give error everytimes.

Gretings..

sh0dan
21st April 2003, 11:54
I'll have a look at it!

Bulletproof
22nd April 2003, 02:43
Try removing Cnr2 and see if it works then.

Shinobu
22nd April 2003, 02:58
I've already have this bug with the convertoYUY2() command, i've upgraded avisnth 2.51 to the latest beta and the bug has gone ^^

++

SILICON
27th April 2003, 14:55
THe bug are in the "TemporalSoften(1,5,0,7,2)"

Whith avisynth 2.50 Works ok
Whith avisynth 2.51 give error