No description
Find a file
2011-10-02 17:44:07 +02:00
nbproject Initial commit 2011-09-28 22:56:50 +02:00
src first big cleanup 2011-09-30 22:24:11 +02:00
.gitignore first big cleanup 2011-09-30 22:24:11 +02:00
build.xml Initial commit 2011-09-28 22:56:50 +02:00
README added README 2011-10-02 17:44:07 +02:00

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