Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 179 Bytes

File metadata and controls

5 lines (4 loc) · 179 Bytes

command to generate gif from ffmpeg

ffmpeg -i upload.mov -vf "fps=30,scale=480:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 upload.gif