Fractal
======
- Type: escape time fractal (like Julia's)
- Formula: 1/Z^2+C
- Escape time: 50
- Iterations: 100+(number of frames)
- Zoom: exp(1+(number of frames)/35)
The zoom
========
Zoomed point: 0.7779907074888416 + 0.0140628273535918i
Zoom: From E0 to E12
Colors
=====
(in RGB from 0 to 255), k the number of iterations and Z(a, b) the point:
- R = (1+sin((k - log2(log(a^2+b^2)))*0.27+5))*127
- G = (1+cos((k - log2(log(a^2+b^2)))*0.85))*127
- B = (1+sin((k - log2(log(a^2+b^2)))*0.15))*127
Render
======
- Width: 4096
- Height: 2160
- Total number of frames: 1000
Encoding
========
- ffmpeg -threads 0 -i ./rush-%09d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4
Ещё видео!