You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
304 B
Plaintext

to run it, run:
ant -Djavac.includes="" run
to modify parameters, edit:
src/deepZoom/MandelAnimator.java
the frames will be output in the current working directory.
you can combine them into a video using ffmpeg:
ffmpeg -i %04d.png -vcodec libx264 -vpre veryslow -crf 19 -vf "scale=1024:-1" out.mp4