Bookmarks tagged [gif]
Free screen recorder tool. Record, edit and save as a gif or video.
- tags: gif, tools
- source code
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 is a command-line tool for creating, editing, and getting information about GIF images and animations
- tags: gif, tools, command-line-tools
- source code
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
- source code
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...
https://github.com/davisonio/awesome-gif#readme
😎 A curated list of awesome GIF resources - davisonio/awesome-gif
- tags: awesome-list, media, gif
- source code
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: ...
- 📆 published on: 2015-10-28
- tags: gif, ffmpeg, video-processing
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.
...
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...