fps=30000/1001
ffmpeg \
-r $fps -i "$1.%01d.png" \
-vf palettegen \
-y "$1.palette.png" \
&& \
-i "$1.palette.png" \
-lavfi paletteuse \
-y "$1.gif"