acro29
14th January 2008, 15:33
Traceback (most recent call last):
File "AvsP.pyo", line 7123, in OnPaintVideoWindow
File "AvsP.pyo", line 9467, in PaintAVIFrame
File "pyavs.pyo", line 322, in DrawFrame
File "pyavs.pyo", line 301, in _GetFrame
File "avisynth.pyo", line 277, in GetFrame
WindowsError: exception code 0xc000001e
While {
AVISource("D:\Encode\h2otimecode.avi",audio=false)
RemoveGrain(mode=0)
}
Every thing is working fine.
But the second I change it from 0 to x (1...2...3...etc)
I get this error XD
I have no idea what is wrong.
File "AvsP.pyo", line 7123, in OnPaintVideoWindow
File "AvsP.pyo", line 9467, in PaintAVIFrame
File "pyavs.pyo", line 322, in DrawFrame
File "pyavs.pyo", line 301, in _GetFrame
File "avisynth.pyo", line 277, in GetFrame
WindowsError: exception code 0xc000001e
While {
AVISource("D:\Encode\h2otimecode.avi",audio=false)
RemoveGrain(mode=0)
}
Every thing is working fine.
But the second I change it from 0 to x (1...2...3...etc)
I get this error XD
I have no idea what is wrong.