).
I've Finally figured out how to make an animation with JWildfire!
I started by exporting the animation frame by frame using JWildfire's "Easy movie maker". Rendering took ages but hopefully the GPU rendering system will improve that, once I get it installed and working (that is, if it works on linux
I used FFmpeg to compile the individual frames into a video with the following command:
ffmpeg -framerate 25 -pattern_type glob -i '*.png' \ -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4
My first successful video came out very blurry and the motion is way too fast to see the detail.
After discovering the motion blur and frame rate settings, I made a second video
I plan to generate a whole lot of different fractal animations for use on some video mapping projects.