I would like to script the tedious manual labor required in piecing together sequences of JPEG -> AVI subsets of a sizable rendering video (that exceed the memory size of RAM Player). Is there a way to do this in MaxScript (utility class or RAM-Player class), or should I be looking at tools outside the 3ds max world?
I basically need something like:
for each set of 400 frames in 3000 frames
do
read next set into RAM Player
write out an AVI file with a basename+index.avi
clear RAM Player
done