added README
This commit is contained in:
parent
378baf6192
commit
72e0617751
1 changed files with 12 additions and 0 deletions
12
README
Normal file
12
README
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
Loading…
Reference in a new issue