fray
4th January 2006, 22:28
Hi,
I'm looking for an easy way to collect all images from a directory into
a clip.
The directory has bmp-files called frame<no>.bmp.
All are 720x576 pixel. Whenever no image is found, a blank
frame should be inserted.
Example c:\frames has
frame00005.bmp
frame00025.bmp
frame00035.bmp
frame00105.bmp
...
Currently, I'd import each image manually with
ImageReader(frameimage, 0, 0)
Is there an easy way to achive this without having to import each
frame into a avs-script manually?
I'm looking for an easy way to collect all images from a directory into
a clip.
The directory has bmp-files called frame<no>.bmp.
All are 720x576 pixel. Whenever no image is found, a blank
frame should be inserted.
Example c:\frames has
frame00005.bmp
frame00025.bmp
frame00035.bmp
frame00105.bmp
...
Currently, I'd import each image manually with
ImageReader(frameimage, 0, 0)
Is there an easy way to achive this without having to import each
frame into a avs-script manually?