Quote Originally Posted by archmag View Post
This link does not show an animation for me, just same picture repeated 13 times.
This is the animation. But you would have to animate it yourself...

One way would be to save the 13 separate images (IrfanView can do that automagically) and then dumping them into ffmpeg (rename to 01-13.png)
Code:
ffmpeg.exe -framerate 15 -i "%02d.png" out.webm