The new scipiper task combiner code can help us to be prescriptive about the frames used in the final animation rather than just using whatever is in the directory. I tested this out on the Makerspace-example branch by adding another image file with the same naming scheme/size/etc and it was not used in the final animation 🎉
To use this, you will need to use the scipiper task_combiner branch which is not yet merged into scipiper (maybe we should wait to merge this?).
FYI - I just merged the task_combiners branch into the master branch in scipiper, so I don't think there's any reason not to merge this PR when you're ready.
The new scipiper task combiner code can help us to be prescriptive about the frames used in the final animation rather than just using whatever is in the directory. I tested this out on the
Makerspace-example
branch by adding another image file with the same naming scheme/size/etc and it was not used in the final animation 🎉To use this, you will need to use the scipiper task_combiner branch which is not yet merged into
scipiper
(maybe we should wait to merge this?).