summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2026-06-09 13:07:17 +1000
committerSt33v <github@f3rr3t.com>2026-06-09 13:07:17 +1000
commit421b7cbb42341bf2ce6ce99afe782ac89738519d (patch)
tree4d45959bf3ea4aaf303807350705410b11443c69 /setup.sh
parentf058e83da43b0b661b45a7bd4c82b49c57e61d93 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
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