droopy928gt
3rd February 2007, 19:20
I've just stumbled upon an issue which I don't seem to be able to solve. Been looking through the documentation, forum and FAQ's but can't find an answer.
I've got rather a large capture which consists out of 77, #00 to #76, 2GB captures. Im trying to combine them in a AVISynth script but ALWAYS when openening the script, the last frame served by AVISynth is the last frame from file #74. It won't go over to file #75 and onwards.
The script used for testing is similar to using print "Hello" in Basic. Can't be simpler.
AMGIsBorn = SegmentedAviSource("I:\AMGIsBorn\AMGIsBorn.avi")
Do you guys know if there is a maximum file number or some other limitation when using AVISynth scripts. Or am I just asking a stupid and obvious one??!!
Thanks for any input.
Best regards,
Leon
I've got rather a large capture which consists out of 77, #00 to #76, 2GB captures. Im trying to combine them in a AVISynth script but ALWAYS when openening the script, the last frame served by AVISynth is the last frame from file #74. It won't go over to file #75 and onwards.
The script used for testing is similar to using print "Hello" in Basic. Can't be simpler.
AMGIsBorn = SegmentedAviSource("I:\AMGIsBorn\AMGIsBorn.avi")
Do you guys know if there is a maximum file number or some other limitation when using AVISynth scripts. Or am I just asking a stupid and obvious one??!!
Thanks for any input.
Best regards,
Leon