2 lines
112 B
Bash
2 lines
112 B
Bash
|
ffmpeg -i input.mp4 -filter_complex "[0]split[a][b]; [a]palettegen[palette]; [b][palette]paletteuse" output.gif
|