Created
December 1, 2023 11:05
-
-
Save gardner/9760e52201ae9673f8b6c8935ee95619 to your computer and use it in GitHub Desktop.
Create "animated gif" mp4
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 demo.mov \ | |
-vf "fps=5,scale=1280:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" \ | |
-y demo.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment