sillKotscha
1st February 2003, 22:35
good evening :)
I did a short tv-capture (with PicVideo_MJPEG) to test some nice filter settings, unfortunately VDub_Mod is crashing. But I'm not sure if it's due to the last VDub_Mod update or because of my filter chain?
Everything is ok until here:
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\Convolution3d")
LoadPlugin("C:\PROGRA~1\GORDIA~1\Cnr2.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\MSharpen.dll")
SegmentedAviSource("D:\capture\capture000.avi")
ComplementParity()
FieldDeinterlace(full=false,threshold=15,dthreshold=9,blend=false)
crop(4,88,696,404)
Cnr2()
#ConvertToYV12().Convolution3d(0,3,4,3,4,2.8,0)
MSharpen(30,40,highq=true)
LanczosResize(544,288)
this script results in a normal preview (http://www.sahnau.de/skotscha/Capture_01.jpg)
but if I try to work with conv3D I get an access violation (http://www.sahnau.de/skotscha/Capture_02.jpg)...
disabling #FieldDeinterlace(...) results in the same error message
and additionally turning #MSharpen(...) off will screw up everything. The picture (the whole example_clip) looks like this (http://www.sahnau.de/skotscha/Capture_03.jpg)...
Is there something I can do or is it due to some filter [-settings], VDub_Mod or even avisynth??
thank you
regards Sill
Edit: I don't know why I didn't test cnr2 :confused: but I will...
I did a short tv-capture (with PicVideo_MJPEG) to test some nice filter settings, unfortunately VDub_Mod is crashing. But I'm not sure if it's due to the last VDub_Mod update or because of my filter chain?
Everything is ok until here:
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\Convolution3d")
LoadPlugin("C:\PROGRA~1\GORDIA~1\Cnr2.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\MSharpen.dll")
SegmentedAviSource("D:\capture\capture000.avi")
ComplementParity()
FieldDeinterlace(full=false,threshold=15,dthreshold=9,blend=false)
crop(4,88,696,404)
Cnr2()
#ConvertToYV12().Convolution3d(0,3,4,3,4,2.8,0)
MSharpen(30,40,highq=true)
LanczosResize(544,288)
this script results in a normal preview (http://www.sahnau.de/skotscha/Capture_01.jpg)
but if I try to work with conv3D I get an access violation (http://www.sahnau.de/skotscha/Capture_02.jpg)...
disabling #FieldDeinterlace(...) results in the same error message
and additionally turning #MSharpen(...) off will screw up everything. The picture (the whole example_clip) looks like this (http://www.sahnau.de/skotscha/Capture_03.jpg)...
Is there something I can do or is it due to some filter [-settings], VDub_Mod or even avisynth??
thank you
regards Sill
Edit: I don't know why I didn't test cnr2 :confused: but I will...