Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScribbleGhost/80202130f7942bcb5cd053b5accb5358 to your computer and use it in GitHub Desktop.
Save ScribbleGhost/80202130f7942bcb5cd053b5accb5358 to your computer and use it in GitHub Desktop.
for /r %i in (*.mkv) do (ffmpeg -i "%i" -vf "fps=12,setpts=0.25*PTS,scale=720:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 %~ni.gif)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment