gif.md
July 15, 2021 · View on GitHub
Bookmarks tagged [gif]
www.codever.land/bookmarks/t/gif
ScreenToGif home page
Free screen recorder tool. Record, edit and save as a gif or video.
- tags: gif, tools
- :octocat: source code
Optimize animated GIF
GIF compressor optimizes GIFs using gifsicle and Lossy GIF encoder, which implements lossy LZW compression. It can reduce animated GIF file size by 30%—50% at a cost of some dithering/noise. You can a...
- tags: gif, tools, optimization
Gifsicle: Command-Line Animated GIFs
Gifsicle is a command-line tool for creating, editing, and getting information about GIF images and animations
- tags: gif, tools, command-line-tools
- :octocat: source code
Gifski | Sindre Sorhus
https://sindresorhus.com/gifski
Gifski is a macOS app for the gifski encoder, which converts videos to GIF animations using pngquant's fancy features for efficient cross-frame palettes and temporal dithering. It produces animated GI...
- tags: gif, video-processing
- :octocat: source code
High quality GIF with FFmpeg
http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
About two years ago, I tried to improve the support of the GIF encoding in FFmpeg to make it at least decent. This notably led to the addition of the transparency mechanism in the GIF encoder. While t...
awesome-gif
https://github.com/davisonio/awesome-gif#readme
:sunglasses: A curated list of awesome GIF resources - davisonio/awesome-gif
- tags: awesome-list, media, gif
- :octocat: source code
High Quality Gifs with FFMPEG
https://medium.com/@colten_jackson/doing-the-gif-thing-on-debian-82b9760a8483
After getting FFMPEG installed, let’s try it out on a MOV downloaded from my google photos account: ...
- :calendar: published on: 2015-10-28
- tags: gif, ffmpeg, video-processing
Even more about how Flexbox works — explained in big, colorful, animated gifs
https://medium.freecodecamp.org/even-more-about-how-flexbox-works-explained-in-big-colorful-animated...
Last time we got started with the basic Flexbox properties: flex-direction, justify-content, align-items, and align-self.
...
How Flexbox works — explained with big, colorful, animated gifs
https://www.freecodecamp.org/news/an-animated-guide-to-flexbox-d280cf6afc35/
Flexbox’s underlying principle is to make layouts flexible and intuitive.
To accomplish this, it lets containers decide for themselves how to evenly distribute their children — including their size a...