View Single Post
Old 2nd February 2003, 19:05   #29  |  Link
bb
Moderator
 
bb's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 2,665
Just found that there's a tiny bug in beta 9: If a SegmentedAviSource command is created, the counter is not stripped off the filename, so you have to delete the three characters manually, e.g.:

vcf2avs_gui creates
Code:
 SegmentedAviSource("C:\Movie\JamesBond.00.avi")
so change it to
Code:
 SegmentedAviSource("C:\Movie\JamesBond.avi")
Will be corrected in beta 10 as soon as possible.

bb
bb is offline   Reply With Quote