Log in

View Full Version : unrecognized exception


Blizzer
7th October 2002, 12:10
This is what I get when I use SegmentedAVISource.
When I use AVISource it will open the file.



results in unrecognized exception! (E:\test.avi, line 1)SegmentedAVISource("e:\superrock000.avi")




works fine!
AVISource("e:\superrock000.avi")

By the way....its nothing wrong with the AVI's....if I open the first segment in VirtualDub it loads the next 11 segments.
I also checked that the path is correct. The script worked fine before with the same filename etc, but today it doesn't. :confused:


Please give me some assistance!

/Johan

hakko504
7th October 2002, 12:40
SegmentedAVISource("filename.avi") looks for files that are called filename.00.avi (observe the extra dot) to filename.99.avi

Blizzer
7th October 2002, 16:35
It worked when I renamed the last segment (number 11) to superrock.11.avi.avi...... Note .avi.avi before that I removed 000 from the segments filename (and of course edited the test.avs)

thanx for your answer!

/Johan