Update scripts/gif.sh

main
Berkeley 2024-04-07 23:36:58 +00:00
parent 863fb00038
commit 2d64d4ef12
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
# VIDEO TO GIF
ffmpeg -i input.mp4 -filter_complex "[0]split[a][b]; [a]palettegen[palette]; [b][palette]paletteuse" output.gif