This content originally appeared on DEV Community and was authored by Kananek T.
ffmpeg -i example.mp4 -vf scale=720:-1 ./gif/frame%04d.png
gifski --fps 14 -o example.gif ./gif/frame*.png
แถม git to mp4
ffmpeg -i example.gif -pix_fmt yuv420p example.mp4
This content originally appeared on DEV Community and was authored by Kananek T.