Log in

View Full Version : cnr2 is crashing my script


onisama
8th August 2003, 18:38
Import("C:\DOCUME~1\BadAss\Desktop\dvdtemp\battle athletes\intro\procoder\RESAMP~1.AVS")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2dec3.DLL")
mpeg2source("C:\DOCUME~1\BadAss\Desktop\dvdtemp\kenshin\ep1\test\test.D2V")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\InverseTelecine\Decomb.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\undot\undot.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\cnr2\cnr2.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\unfilter\unfilter.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\deen\deen.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\warpsharp\WarpSharp.dll")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
Decimate(mode=2,cycle=5,quality=3)
Fielddeinterlace(full=false)
Undot()
Cnr2("xxx",4,5,255)
Deen("c3d",1,10,12,3)
Unfilter(-5,-5)
Warpsharp(20)
BicubicResize(480,360,0.0,0.6)
Undot()
ConvertToYUY2
ResampleAudio(44100)

When I throw this script into cce it crashes. If I remove the cnr2 line, it's ok.

Wilbert
8th August 2003, 21:35
What happens if you leave Deen out?

zeus163
8th August 2003, 23:35
I had the same problem with CNR2 as well. I did not have Deen in my script anywhere, yet as soon as I pulled it into CCE it would crash. I eventually just used the frameserver in vitual dub to encode with CCE.

I'd like to know this one as well!

terwin
25th August 2003, 21:56
Hi,

here the same. I get the following VD program failure in the most cases:
"An out-of-bounds memory access (access violation) occurred in module 'cnr2'.".

The problem occurs if I load the script in VDM or use F5 in the script editor.

cu terwin

paddycook
26th August 2003, 00:37
I also get a crash when I try to load a script containing CNR into Procoder

lpn1160
26th August 2003, 22:17
Same here cce 2.50 and 2.64 both do not like cnr2() in any scripts I use. Any answers out there as to why ??

Wilbert
26th August 2003, 22:21
Probably some memory problems. For anyone who is interested, the source is available :)