Why? Gifs are by far the most efficiency way to playback micro length video. As in it uses the least amount of processing power due to not being encoded and instead just being a series of images.
unefficient*, especially when putting actual video into gif format. most often those gifs are hideous (limited color palette etc) and huge (10+ MB for seconds of video), often either badly optimized (which would only make them look even more crunchy) or not optimized at all. gifs are just straightforwardly worse there (in quality and size). gifs are useful for having some graphics with transparency (if you don't mind crunchy one bit transparency), but there are much better formats (webp/webm, apng, etc) with much better 8-bit transparency too. seriously, people need to give it up and put video in a video format. like h264, which is gonna be widely compatible and likely hardware accelerated. (possibly performing better than huge gifs as well, hw accelerated or not)
I'm talking about cpu efficiency, not storage space. Video encoding is made to reduce storage at the cost of cpu.
But as long as software treats all video formats like a video with the ability to pause and has a seek bar instead of just being an image then there is still a use case for formats like gif. If everything supported apng that would be great, but almost nothing does. Also for some reason every image I save from the net that claims to be an animated webp gets saved as a gif. I'm not sure why that is, but it doesn't seem like it needs to be that way.
Indeed - you don't even need to store full frames, sometimes changes are enough.
I managed to compress the entirety of the Bad Apple!! video into a 64x32px GIF -taking up 813 KiB.
>This is a montage of all of the theater clips from the PC game Yoot Tower, a sequel to Maxis's SimTower that was developed by the same team. These movies would play when you examined a theater location playing said films.
SimCity Micropolis Tile Sets Space Inventory Cellular Automata To Jerry Martin's Chill Resolve
Generally I agree, but there have been some rare occasions where I needed a gif of a screen recording. In that case, finding a nice way to convert was pretty painful, without using any of those online converters.
But having a nice tool on any (windows) computer where you can just press WIN + Shift + S (or PrtSc?) and record a image/video/gif to paste it straight into another app like a chat is very convenient.