Created
February 27, 2017 09:40
-
-
Save jakkaj/d7f912a369f1122f70b27712652fbdfc to your computer and use it in GitHub Desktop.
FFMPEG commands to make nice screen capture demo GIFS of code and things
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 -y -i "dotnetrun ks.mp4" -vf fps=10,scale=320:-1:flags=lanczos,palettegen palette.png | |
ffmpeg -i "dotnetrun ks.mp4" -i palette.png -filter_complex "fps=10,scale=1024:-1:flags=lanczos[x];[x][1:v]paletteuse" output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment