While Gifski is fantastic, I'd really like to know what kind of tech https://gifs.com uses. Their GIFs are really high quality and small in size. I thought they were using Gifski but I'm not sure about it.
Are they actually GIFs? Some websites use looping videos and call them GIFs, even though they’re H.264 in MP4 or something like that.
Gifski: Optimized GIF Encoder
11–20 of 65 posts
Re: Gifski: Optimized GIF Encoder
#12While Gifski is fantastic, I'd really like to know what kind of tech https://gifs.com uses. Their GIFs are really high quality and small in size. I thought they were using Gifski but I'm not sure about it.
Re: Gifski: Optimized GIF Encoder
#13I've tried an absurd amount of video-to-gif tools and Gifski somehow is orders of magnitude better quality than all of them
1. It uses a unique color palette for each frame rather than using one global color palette for all frames.
2. It takes advantage of the fact that pixels from previous frames can be retained and used as part of the next frame even if the colors from those pixels are no longer part of the color palette. This is the main trick gifski uses to get more than 256 colors in a frame.
On top of that gifski uses pngquant for color quantization (converting to 256 colors) which is extremely good at its job in its own right.
Re: Gifski: Optimized GIF Encoder
#14Also, I just learnt this, gifski has integrated gifsicle for lossy gif compression.
Re: Gifski: Optimized GIF Encoder
#15P.S. The example gif on their site is gorgeous.
Re: Gifski: Optimized GIF Encoder
#16Re: Gifski: Optimized GIF Encoder
#17I googled, and saw that one technique for this is layering multiple frames with different palettes and a delay of 0.
Re: Gifski: Optimized GIF Encoder
#18Like Ethernet, as long as the two commandments of "Does it work?" and "Is it secure?" pass, people will keep the default. P.S. The example gif on their site is gorgeous.
Re: Gifski: Optimized GIF Encoder
#19Earlier quoted context omitted.
Are they actually GIFs? Some websites use looping videos and call them GIFs, even though they’re H.264 in MP4 or something like that.
webm seems to be the modern replacement for GIFs in browsers. I would suspect gifs.com supports them. Somehow their site is buggy for me atm so I could not test it.
Re: Gifski: Optimized GIF Encoder
#20Earlier quoted context omitted.
webm seems to be the modern replacement for GIFs in browsers. I would suspect gifs.com supports them. Somehow their site is buggy for me atm so I could not test it.
Where are WebM files used? Safari browsers/Apple don't even support it.
MP4 with H.264 is still king for compatibility, but WebM with VP9 isn’t as bespoke as it once was.