Animated File Format Shootout (Web Edition)

Return to the main article.


Lossless Compression - Large (Unoptimized) APNGs


(1) - Lossless ffmpeg APNG, file size 21,254 KB.

Command:
ffmpeg -i "img_%03d.png" -r 25 -plays 0 -f apng OKtwistor_ffmpeg.apng



(2) - Lossless(?) ImageMagick APNG, file size 19,372 KB.

Command:
magick -delay 1x25 -loop 0 img_*.png APNG:OKtwistor_IM.apng



Return to the main article.