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.
josch 72e0617751 added README 13 years ago
nbproject Initial commit 13 years ago
src first big cleanup 13 years ago
.gitignore first big cleanup 13 years ago
README added README 13 years ago
build.xml Initial commit 13 years ago

README

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