bill_baroud
23rd May 2002, 14:19
sorry to bother you with an other access violation,
but when i try to use SpatialSoftenMMX, it crash in VirtualDub.
(Avisynth read error : Avisynth: caught an access violation at 0x....)
i use Avisynth 1.06 MMX from doom9.org and the SSMMX 0.9... Any idea ?
it's my script (if that could help) :
---------------------------------------------------------
LoadPlugin("F:\DVDTOD~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("F:\DVDTOD~1\GORDIA~1\Decomb.dll")
LoadPlugin("F:\DVDTOD~1\GORDIA~1\AVISynth_Spatial.dll")
LoadPlugin("F:\DVDTOD~1\GORDIA~1\TemporalSoften2.dll")
# SOURCE
mpeg2source("I:\HnG3\HnG3-op.d2v")
Telecide(Guide=1,Gthresh=50,Threshold=30,Chroma=true)
Decimate(5)
# CROPPING
crop(13,4,700,468)
#DENOISE
SpatialSoftenMMX(1,1,0,false,false,10,10,1,1)
TemporalSoften2(1,10,1)
---------------------------------------------------------
thanks for your help
but when i try to use SpatialSoftenMMX, it crash in VirtualDub.
(Avisynth read error : Avisynth: caught an access violation at 0x....)
i use Avisynth 1.06 MMX from doom9.org and the SSMMX 0.9... Any idea ?
it's my script (if that could help) :
---------------------------------------------------------
LoadPlugin("F:\DVDTOD~1\GORDIA~1\mpeg2dec.dll")
LoadPlugin("F:\DVDTOD~1\GORDIA~1\Decomb.dll")
LoadPlugin("F:\DVDTOD~1\GORDIA~1\AVISynth_Spatial.dll")
LoadPlugin("F:\DVDTOD~1\GORDIA~1\TemporalSoften2.dll")
# SOURCE
mpeg2source("I:\HnG3\HnG3-op.d2v")
Telecide(Guide=1,Gthresh=50,Threshold=30,Chroma=true)
Decimate(5)
# CROPPING
crop(13,4,700,468)
#DENOISE
SpatialSoftenMMX(1,1,0,false,false,10,10,1,1)
TemporalSoften2(1,10,1)
---------------------------------------------------------
thanks for your help