haunand
24th February 2006, 23:33
Dear list members,
I've got a problem with an Avisynth Script (using Avisynth version 2.55).
The script looks like this:
---------------------------------------------------------
clip1=AVISource("scene-2006010914.23.04.avi")
clip2=AVISource("scene-2006010914.23.37.avi")
...
# next line "crashes" avisynth if comment is removed
# clip76=AVISource("scene-2006010919.45.46.avi")
film=clip1 + clip2 + ...... clip75
---------------------------------------------------------
If I remove the comment on the line with "clip76=...",
Avisynth displays:
AVISource: couldn't locate a decompressor for fourcc dvsd
( .....\xxx.avs, line 81)
All clips have the same format.
The problem is not the file of clip76, I replaced it with a copy of
file mentioned in clip1.
As soon as the number of files I specify with
clip1=AVISource("...
exceeds 75, I'm getting the error message.
Note that I don't concatenate clip76 to the final film clip.
It seems that merely opening an additional file causes the error,
seems there is some "magic" limit of open files...
I tried different sizes for SetMemoryMax too (256,512)- without success.
The files were all taken from my camcorder. Avisynth has no problems
with any file if I'm using only a few of them in combination.
OS: Windows XP Professional Edition, Service Pack 2
Machine: 1 GB RAM, AMD Athlon64 2,2GHz
Any ideas?
Thanks in advance
Andreas
I've got a problem with an Avisynth Script (using Avisynth version 2.55).
The script looks like this:
---------------------------------------------------------
clip1=AVISource("scene-2006010914.23.04.avi")
clip2=AVISource("scene-2006010914.23.37.avi")
...
# next line "crashes" avisynth if comment is removed
# clip76=AVISource("scene-2006010919.45.46.avi")
film=clip1 + clip2 + ...... clip75
---------------------------------------------------------
If I remove the comment on the line with "clip76=...",
Avisynth displays:
AVISource: couldn't locate a decompressor for fourcc dvsd
( .....\xxx.avs, line 81)
All clips have the same format.
The problem is not the file of clip76, I replaced it with a copy of
file mentioned in clip1.
As soon as the number of files I specify with
clip1=AVISource("...
exceeds 75, I'm getting the error message.
Note that I don't concatenate clip76 to the final film clip.
It seems that merely opening an additional file causes the error,
seems there is some "magic" limit of open files...
I tried different sizes for SetMemoryMax too (256,512)- without success.
The files were all taken from my camcorder. Avisynth has no problems
with any file if I'm using only a few of them in combination.
OS: Windows XP Professional Edition, Service Pack 2
Machine: 1 GB RAM, AMD Athlon64 2,2GHz
Any ideas?
Thanks in advance
Andreas