From 72e06177513e3eaa7dec91888e939888ff8a8a18 Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 30 Sep 2011 22:24:41 +0200 Subject: [PATCH] added README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..f3e39c9 --- /dev/null +++ b/README @@ -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