esby
4th November 2002, 11:21
Well i've get a strange error message
i have something like that
kf17631 = avisource("F:\timing\gb3 Enc\kf17631.avi").convertToYUY2()
kf18470 = avisource("F:\timing\gb3 Enc\kf18470.avi").convertToYUY2()
kf19425 = avisource("F:\timing\gb3 Enc\kf19425.avi").convertToYUY2()
kf21264 = avisource("F:\timing\gb3 Enc\kf21264.avi").convertToYUY2()
kf21318 = avisource("F:\timing\gb3 Enc\kf21318.avi").convertToYUY2()
kf22789 = avisource("F:\timing\gb3 Enc\kf22789.avi").convertToYUY2()
kf23435 = avisource("F:\timing\gb3 Enc\kf23435.avi").convertToYUY2()
kf23591 = avisource("F:\timing\gb3 Enc\kf23591.avi").convertToYUY2()
kf29707 = avisource("F:\timing\gb3 Enc\kf29707.avi").convertToYUY2()
kf34115 = avisource("F:\timing\gb3 Enc\kf34115.avi").convertToYUY2()
kf34367 = avisource("F:\timing\gb3 Enc\kf34367.avi").convertToYUY2()
kf34475 = avisource("F:\timing\gb3 Enc\kf34475.avi").convertToYUY2()
each file contains one frame that in uncompressed rgb ( from a .tga picture).
nandub will load the file fine.
BUT vdub will make an error and say 'Avisynth open failure'...
Avisource, could not decompress frame 0 ( .... Line X)
where X is the 4th frame loaded...
if anyone have an idea of where this error is coming.
PS : I used nandub rc2
vdub last version 1.4.11
avisynth v2.0.6
esby
i have something like that
kf17631 = avisource("F:\timing\gb3 Enc\kf17631.avi").convertToYUY2()
kf18470 = avisource("F:\timing\gb3 Enc\kf18470.avi").convertToYUY2()
kf19425 = avisource("F:\timing\gb3 Enc\kf19425.avi").convertToYUY2()
kf21264 = avisource("F:\timing\gb3 Enc\kf21264.avi").convertToYUY2()
kf21318 = avisource("F:\timing\gb3 Enc\kf21318.avi").convertToYUY2()
kf22789 = avisource("F:\timing\gb3 Enc\kf22789.avi").convertToYUY2()
kf23435 = avisource("F:\timing\gb3 Enc\kf23435.avi").convertToYUY2()
kf23591 = avisource("F:\timing\gb3 Enc\kf23591.avi").convertToYUY2()
kf29707 = avisource("F:\timing\gb3 Enc\kf29707.avi").convertToYUY2()
kf34115 = avisource("F:\timing\gb3 Enc\kf34115.avi").convertToYUY2()
kf34367 = avisource("F:\timing\gb3 Enc\kf34367.avi").convertToYUY2()
kf34475 = avisource("F:\timing\gb3 Enc\kf34475.avi").convertToYUY2()
each file contains one frame that in uncompressed rgb ( from a .tga picture).
nandub will load the file fine.
BUT vdub will make an error and say 'Avisynth open failure'...
Avisource, could not decompress frame 0 ( .... Line X)
where X is the 4th frame loaded...
if anyone have an idea of where this error is coming.
PS : I used nandub rc2
vdub last version 1.4.11
avisynth v2.0.6
esby