summaryrefslogtreecommitdiff
path: root/radarFetch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'radarFetch.sh')
-rwxr-xr-xradarFetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/radarFetch.sh b/radarFetch.sh
index 4ba302c..84b0f82 100755
--- a/radarFetch.sh
+++ b/radarFetch.sh
@@ -190,7 +190,7 @@ printf "file '%s'\n" "${composited[$last_idx]}" >> "$LIST_FILE"
ffmpeg -y -hide_banner -loglevel error \
-f concat -safe 0 -i "$LIST_FILE" \
- -plays 0 -f apng "$TMP_APNG"
+ -plays 0 -vf format=rgba -f apng "$TMP_APNG"
install -m 644 "$TMP_APNG" "$PUBLISH_PATH"
rm -f "$TMP_APNG"