``` ffmpeg -i example.mkv -framerate 12 -filter_complex "[0:v] split [a][b];[a] palettegen [p];[b][p] paletteuse" render.gif ``` 