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