From 421b7cbb42341bf2ce6ce99afe782ac89738519d Mon Sep 17 00:00:00 2001 From: St33v Date: Tue, 9 Jun 2026 13:07:17 +1000 Subject: Use ffmpeg apng muxer for radar loop ImageMagick on Arch lacks the APNG png-writer; magick was silently producing single-frame PNGs. Switch to ffmpeg's concat demuxer + apng muxer, which gives proper animated APNG with per-frame durations (last frame still gets END_PAUSE). Add ffmpeg to the pacman install list in setup.sh. Co-Authored-By: Claude Opus 4.7 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index 363a6fc..ae182bd 100755 --- a/setup.sh +++ b/setup.sh @@ -16,7 +16,7 @@ OWNER=st33v # Packages # --------------------------------------------------------------------------- echo "==> Installing required packages..." -pacman -Sy --needed --noconfirm curl imagemagick ghostscript nginx +pacman -Sy --needed --noconfirm curl imagemagick ghostscript ffmpeg nginx # --------------------------------------------------------------------------- # Nginx conflict checks -- cgit v1.3