* AlgorImage uses ffmpeg for the last bit where it compiles the images into the mp4.
- Make sure you have GCC and Make installed. duh
- Make sure you have ffmpeg installed
- To make the program that generates the images, run
make
- To fully generate the video in one shot all the way to the mp4 file, run
Make run
. Make run
just executes the shell script I included in theout/
folder.
I made this in Linux. There is no windows version. There will never be one. :)