Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 509 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 509 Bytes

Dlang Attractor

Drawing an attractor in the programming language D [#dlang]

Attractor 1 Attractor 2

You can create a video from a set of images using the ffmpeg program.

Here is a working example of such code:

ffmpeg -f image2 -i frame_%04d.png -s 720x1280 -vcodec libx264 -preset slow -bf 0 -crf 18 -r 30 video_vo.mp4