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
=== I will update this gist in the future with more stuff === | |
Got a command you want to add to the list? There is a comment section below this gist just for that! | |
=== MAKING A GIF === | |
ffmpeg -i YOURVIDEO.mp4 -vf "fps=24,scale=800:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" output.gif |