Skip to content

josch/mandelbrot_zomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages