Synthetic
12th June 2007, 10:02
Another question to simpllify my life:
On that script:
DirectShowSource("01.avi") ++ DirectShowSource("02.avi") - etc -
ConverttoRGB32()
ImageWriter("C:\RemotePlayback\Cam01\0430\sliced\", type = "jpeg")
When I have 60 avi files, I have to write:
DirectShowSource("01.avi") ++ DirectShowSource("02.avi")++ DirectShowSource("03.avi") etc.... up to ++ DirectShowSource("60.avi")
or there is another way to write the script?
Yes I know, Im a newbie, a real one!
Thanks again
On that script:
DirectShowSource("01.avi") ++ DirectShowSource("02.avi") - etc -
ConverttoRGB32()
ImageWriter("C:\RemotePlayback\Cam01\0430\sliced\", type = "jpeg")
When I have 60 avi files, I have to write:
DirectShowSource("01.avi") ++ DirectShowSource("02.avi")++ DirectShowSource("03.avi") etc.... up to ++ DirectShowSource("60.avi")
or there is another way to write the script?
Yes I know, Im a newbie, a real one!
Thanks again