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
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