Hello,
Unfortunately AVI Processor does not allow merely add a frame and specify how long to display it. I even think it is not feasible with AVI format.
So the single way to achieve this would be adding the same frame several times to achieve this effect. Fortunately compression ratio for such videos should be quite good (depending on compression algorithm).
Alternatively you could use animated GIF instead of AVI. This format is better adapted for your needs - for each frame you just specify delay time. However animated GIF also have some disadvantages:
- Images can be only 8-bits per pixel (or less). Therefore if you are combining video from photos, you need to reduce colors and it may be looking not very beautiful. Besides, it will work quite slow.
- You cannot add soundtrack to animated GIF.
- GIF format is not intended to create long movies, so I expect there can be some problems with players if you create large files.
- ...
But anyway, I think it makes sense for you to consider this alternative.
To create animated GIF files, you can use Graphics Mill. As far as I remember there is a code sample for animated GIFs in Graphics Mill forum. But anyway, if you have any questions regarding it, please feel free to post a message there.
Hope this will help you.
Best regards,
Fedor Skvortsov