/dlang_attractor

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

Primary LanguageDBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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