From 9425b3ccc13dd4fa5795ca46db1043b5c660dce6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 28 Jul 2024 11:27:06 +0300 Subject: [PATCH] a better name... Signed-off-by: Alex A. Naanou --- misc/scripts/{jpg2anim => img2anim} | 2 ++ 1 file changed, 2 insertions(+) rename misc/scripts/{jpg2anim => img2anim} (96%) diff --git a/misc/scripts/jpg2anim b/misc/scripts/img2anim similarity index 96% rename from misc/scripts/jpg2anim rename to misc/scripts/img2anim index af8f3342..cfbe0142 100755 --- a/misc/scripts/jpg2anim +++ b/misc/scripts/img2anim @@ -42,6 +42,8 @@ PALETTE=${PALETTE:-.palette.png} -i "$PALETTE" \ -filter_complex paletteuse=dither=none \ "${NAME}".gif + # cleanup... + rm "$PALETTE" # mkv... ffmpeg \