my-guix/scripts/gif.sh

3 lines
127 B
Bash
Raw Permalink Normal View History

2024-04-07 23:36:58 +00:00
# VIDEO TO GIF
2024-04-07 23:35:40 +00:00
ffmpeg -i input.mp4 -filter_complex "[0]split[a][b]; [a]palettegen[palette]; [b][palette]paletteuse" output.gif