Created
July 12, 2024 16:09
-
-
Save insaneyilin/8d5f16ae62f7e21a0acf035722ddc2b4 to your computer and use it in GitHub Desktop.
ffmpeg_mp4_to_gif.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -ss 0 -t 3 -i input.mp4 \ | |
-vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" \ | |
-loop 0 output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment