เผื่อใครอยากทำ mp4 to gif แบบคมๆ

Kananek T. - Jul 7 - - Dev Community

เผื่อใครอยากทำ mp4 to gif แบบคมๆ

ffmpeg -i example.mp4 -vf scale=720:-1 ./gif/frame%04d.png
gifski --fps 14 -o example.gif ./gif/frame*.png
Enter fullscreen mode Exit fullscreen mode

extra gif to mp4

ffmpeg -i example.gif -pix_fmt yuv420p example.mp4
Enter fullscreen mode Exit fullscreen mode
. . . .
Terabox Video Player