I'm trying to create an AVI file from a few still images and a list of timecodes where the images should appear (yes, subtitles...).
Is there an easy way to do this?
My current solution is a small perl-script which generates an image list for Video Matrix (about 40000 frames for 20 minutes) and converting this to an AVI file, but that file takes a few gigabytes (720x480 resolution, HuffYUV 2.1.1). I'm looking for a way to do it a bit more space-efficient and faster - Video Matrix reaches about 700 frames per minute on my system.
Since the images need to be color-keyed using a better, lossy codec isn't easy.
Is there an easy way to do this?
My current solution is a small perl-script which generates an image list for Video Matrix (about 40000 frames for 20 minutes) and converting this to an AVI file, but that file takes a few gigabytes (720x480 resolution, HuffYUV 2.1.1). I'm looking for a way to do it a bit more space-efficient and faster - Video Matrix reaches about 700 frames per minute on my system.
Since the images need to be color-keyed using a better, lossy codec isn't easy.