Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 533 Bytes

graphics.md

File metadata and controls

19 lines (13 loc) · 533 Bytes

Graphics

Animated GIF

Gifsicle

Command line tool for animated GIFs (Gifsicle website).

  • installation: apt install gifsicle
  • copypasta examples:
    • resize without smoothing (creating large pixels): gifsicle --scale 5 < small.gif > large.gif

Converting videos to GIF with ffmpeg

Detailed article on how to produce high quality GIFs with ffmpeg. TL;DR: use the proposed gifenc.sh (available in my env/bin/).