Remix.run Logo
Gigachad 6 hours ago

Gif is a weird one because it's silently been replaced while keeping the name around. Virtually every software using the term "gif" actually uses a h264/vp9 video with no sound.

Modern video formats are so much better that they are a no brainer to use while the word gif just got used to refer to looping video without sound rater than the literal gif image format.

account42 2 hours ago | parent | next [-]

The major blunder here is browsers refusing to support silent videos in <img> tags etc. so we end up with all these hacks. Instead we got animated webp that you can't use for progressive enhancement because it doesn't have its own mime type and browsers reported support for image/webp before implementing animation support. And webp is also very limited when it comes to inter-frame compression for no good reason at all.

bawolff 5 hours ago | parent | prev | next [-]

Not to mention if you for some odd reason wanted to do gif-style animations, you can also do it with apng or webp. You shouldn't, real video format makes more sense, but even if you did there is still no reason to use gif.

mitxela 4 hours ago | parent [-]

Browsers only supported animated gif, not any other animated format

miladyincontrol 3 hours ago | parent | next [-]

What do you mean? Most browsers support animated jpeg xl, avif, webp and apng just fine.

madwolf 3 hours ago | parent [-]

Perhaps the clue is in the past tense "supported". Nowadays browsers support many formats, but in the "olden days" gif was the only way to get animations in browsers without plugins like Macromedia Flash...

2 hours ago | parent [-]
[deleted]
out_of_protocol an hour ago | parent | prev [-]

also, don't forget - actual video format is better for animated stuff. Current default approach is .webm which is standardized .mkv container + vp9 (or av1) video + opus audio (usually no audio to as a feature parity to gif). IMO animated picture formats like .avifs are very backwards and don't add much

jaffathecake an hour ago | parent [-]

One advantage to animated AVIF is that it supports an alpha channel, which AV1 doesn't. But I guess that just points to how short-sighted it was for AV1 to omit alpha channel support.

vohk 5 hours ago | parent | prev | next [-]

Reminds me of when Imgur started trying to push changing gifs over to gifv, which were just mp4 with a strange new file extension. I didn't like their approach but it really was such an improvement on file size and quality.

karim79 6 hours ago | parent | prev | next [-]

Precisely. Kind of reminds me of "Hoover" or "Kleenex". Coca cola even. It has brand equity which means it's not going away any time soon.

ButlerianJihad 4 hours ago | parent | prev | next [-]

I began a dispute on the English Wikipedia which revealed that more than a few people use “GIF” to describe, not a file format, but a visual style of looping animation.

hulitu 4 hours ago | parent | prev [-]

> Gif is a weird one because it's silently been replaced while keeping the name around. Virtually every software using the term "gif" actually uses a h264/vp9 video with no sound.

Then, long live the iMessage and Whatsup exploits, because SW developers are not able to do things right.