flam3 apophysis help

hi i used a flam3 renderer and it successfully took 2 flames and made 100 frames of the morph, but how do i comebine these frames into an actual animation? ive been all over the web and cant find any answers. thanks.

mencoder's a great choice.

If you're on Windows, mencoder is available from the official site, although there are a number of other binaries with different features/codecs compiled in (google for 'em). On my (Linux) system, the command

mencoder -ovc lavc -lavcopts vcodec=mjpeg "mf://*.png" -mf fps=25 -o out.avi

worked like a charm. See the mplayer/mencoder documentation for plenty of additional configuration options.

Edit: switched codec from x264 to mjpeg, which is a more appropriate choice