Log in

View Full Version : Opening multiple avi files in one script.


videoFred
12th November 2008, 15:52
Hello everybody,

I always use the same script and my source files are always numbered files like: xxx_001.avi xxx_002.avi etc...

Of cource I can use avisource("xxx.001.avi")+avisource("xxx_002.avi") etc.. but there must be a better way?

Imagereader() can do this.. Can avisource do the same?

Thank you in advance,

Fred.

J_Darnley
12th November 2008, 18:09
SegementedAVISource(), read about it in the Avisynth documentation.

videoFred
12th November 2008, 18:23
Thank you!

So it is that simple. :)

Fred.