Mấy trang gif online toàn chỉ cho 10s mà fps thấp bỏ mẹ, thích gif đẹp hoặc hay edit thì cứ photoshop mà phang
Tải ffmpeg về https://ffmpeg.zeranoe.com/builds/ Save đống sau vào file batch (VD: makegif.bat) Mã: set file=video.mp4 ffmpeg -y -ss 30 -t 3 -i %file% -vf fps=10,scale=320:-1:flags=lanczos,palettegen palette.png ffmpeg -ss 30 -t 3 -i %file% -i palette.png -filter_complex "fps=10,scale=320:-1:flags=lanczos[x];[x][1:v]paletteuse" output.gif đặt file video.mp4 cùng cấp với ffmpeg và batch script rồi chạy file batch.