swinokur
13th May 2004, 23:19
Hi,
I'm trying to do some encoding with CCE, using avisynth as input. Every once in a while I get avisynth throwing an exception:
"Avisynth exception 0x100430a0, attempting to read from 0x22bd2000"
The source is a 1080i HD mpeg file using mpeg2dec3 and/or mpeg2dec3dg - with the appropriate version of dvd2avi to create the .d2v file.
I am also using decomb511.
here's the avisynth file: # Modify the path so that it finds your decomb dll file #
LoadPlugin("c:\program files\avisynth 2.5\plugins\decomb511.dll")
# Modify the path so that it finds your MPEG2DEC dll file #
LoadPlugin("C:\program files\avisynth 2.5\plugins\MPEG2DEC3dg.dll")
# Modify the path so that it finds the d2v file you created using dvd2avi #
MPEG2Source("e:\test.d2v")
# This is the IVTC line. Consult your decomb readme file for tweaking #
Telecide(order=1,post=2,blend=true,chroma=false,y0=0,y1=0).Decimate(cycle=5,mode=0,threshold=0)
crop(4,4,-4,-8)
BicubicResize(720,480)
ConvertToYUY2()
Does this exception code mean anything to anyone?
Are there diagnostics that can be done to see where this is coming from?
And finally, is there a way to monitor the output of avisynth as it goes into CCE so that I could observe this error occurring *before* waiting for the entire 2.5hr encode to complete? :)
thanks - let me know if there's other detail needed for a proper answer.
I'm trying to do some encoding with CCE, using avisynth as input. Every once in a while I get avisynth throwing an exception:
"Avisynth exception 0x100430a0, attempting to read from 0x22bd2000"
The source is a 1080i HD mpeg file using mpeg2dec3 and/or mpeg2dec3dg - with the appropriate version of dvd2avi to create the .d2v file.
I am also using decomb511.
here's the avisynth file: # Modify the path so that it finds your decomb dll file #
LoadPlugin("c:\program files\avisynth 2.5\plugins\decomb511.dll")
# Modify the path so that it finds your MPEG2DEC dll file #
LoadPlugin("C:\program files\avisynth 2.5\plugins\MPEG2DEC3dg.dll")
# Modify the path so that it finds the d2v file you created using dvd2avi #
MPEG2Source("e:\test.d2v")
# This is the IVTC line. Consult your decomb readme file for tweaking #
Telecide(order=1,post=2,blend=true,chroma=false,y0=0,y1=0).Decimate(cycle=5,mode=0,threshold=0)
crop(4,4,-4,-8)
BicubicResize(720,480)
ConvertToYUY2()
Does this exception code mean anything to anyone?
Are there diagnostics that can be done to see where this is coming from?
And finally, is there a way to monitor the output of avisynth as it goes into CCE so that I could observe this error occurring *before* waiting for the entire 2.5hr encode to complete? :)
thanks - let me know if there's other detail needed for a proper answer.