Created
July 16, 2025 16:25
-
-
Save prathyvsh/6e309c302ef6083d745b7c4d2b0685eb to your computer and use it in GitHub Desktop.
FFmpeg Video to GIF
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 -i input-file.mp4 -vf "split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" output-file.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment