Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active May 1, 2025 18:39
Show Gist options
  • Save dewomser/d9bc6a6b141132a196f33c11f56be7f5 to your computer and use it in GitHub Desktop.
Save dewomser/d9bc6a6b141132a196f33c11f56be7f5 to your computer and use it in GitHub Desktop.
Make gif und gif Manipultion

Mit einfachem Bashkommando zur Gifanimation. Beispiele

1.) jpg2gif mit ImageMagic

convert -resize 640x480 -delay 20 -loop 0 *.jpg myimage.gif

2.) mkv2gif

ffmpeg -i meisencam_06-20250113095337.mkv -r 10 kraehe.gif

3.) gif resize

magick myimage.gif -coalesce -resize 400x -deconstruct out-deconstruct.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment