From 2d64d4ef12047710e69f16f6907afaad83724234 Mon Sep 17 00:00:00 2001 From: Berkeley Date: Sun, 7 Apr 2024 23:36:58 +0000 Subject: [PATCH] Update scripts/gif.sh --- scripts/gif.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gif.sh b/scripts/gif.sh index 690b849..962da1d 100644 --- a/scripts/gif.sh +++ b/scripts/gif.sh @@ -1 +1,2 @@ +# VIDEO TO GIF ffmpeg -i input.mp4 -filter_complex "[0]split[a][b]; [a]palettegen[palette]; [b][palette]paletteuse" output.gif