this post was submitted on 11 Jul 2026
263 points (97.1% liked)

Technology

86480 readers
4204 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] Ilumar@lemmy.zip 96 points 1 week ago* (last edited 1 week ago) (12 children)

Please stop making gifs at all. It's a terrible format that creates massive files that look like shit.

Webm is supported almost everywhere now and manages better quality at higher framerates and smaller file sizes.

[–] darkevilmac@lemmy.zip 60 points 1 week ago (1 children)

Counterpoint: GIFs loop by default in basically every app, WEBM doesn't

[–] Glitchvid@lemmy.world 35 points 1 week ago* (last edited 1 week ago) (20 children)

Can just use avif instead, it holds an AV1 stream and acts like gifs/images do WRT looping — also very broad support (more than AV1 in WebM containers).

Demonstration:

Image

Edit: switched to an example with simpler decode requirements.

[–] toothbrush@lemmy.blahaj.zone 32 points 1 week ago (3 children)

Your demonstration is a sluggishly loading static image on my end, so I guess support isnt that widespread :P

(Im using the app "Summit")

[–] Glitchvid@lemmy.world 15 points 1 week ago* (last edited 1 week ago)

I checked that app's source code, and basically they're doing their own avif decode call instead of relying on a browser/webview to handle it. So essentially they forgot/don't know/don't intend to implement animated avif. Looks like they also use the aom reference decoder instead of using something faster like dav1d.

Static image, also Summit.

[–] iturnedintoanewt@lemmy.world 8 points 1 week ago

Static image, Eternity.

[–] username@piefed.zip 11 points 1 week ago (1 children)

Boost for Lemmy is not a fan.

load more comments (1 replies)
[–] yetAnotherUser@lemmy.ca 8 points 1 week ago

It's unfortunately not that simple. The AVIF doesn't load at Jerboa, for example :/

[–] Creat@discuss.tchncs.de 7 points 1 week ago

Works great as a static image. Would probably be better if it actually played...

[–] ink@sh.itjust.works 5 points 1 week ago* (last edited 1 week ago) (1 children)

(on Arctic on ios) the uploaded image displays as a static image for me. Even clicking on it and waiting, it doesn’t seem to animate :T

Edit: I checked again through the Voyager app, and it did indeed load, though it took around 45-60 seconds* for it to get through the entire animation before it started looping again, albeit at the same speed as the first playthrough.

I chalked it up to the outdated hardware, as you mentioned in your reply. Cheers! :)

[–] Glitchvid@lemmy.world 6 points 1 week ago* (last edited 1 week ago) (8 children)

Apple has limited support for AV1 streams (yes, even for software decode) unless on very recent hardware. Here's an AV1 stream inside a webm container for comparison, would be interesting to see if that works over the avif container on your stack.

Image

[–] Ithral@lemmy.blahaj.zone 1 points 6 days ago

Works for me Voyager Pixel 8 Pro

[–] boonhet@sopuli.xyz 4 points 1 week ago (1 children)

This doesn't work for me but the original one you posted does (Voyager, iPhone 14 pro)

load more comments (1 replies)
load more comments (6 replies)
[–] CybranM@feddit.nu 4 points 1 week ago

Your example image doesn't work in boost while the gif above does :/

[–] feannag@sh.itjust.works 3 points 1 week ago (1 children)

For the record, this is static in my Lemmy app (Summit).

[–] 0ops@piefed.zip 2 points 6 days ago
load more comments (13 replies)
[–] brucethemoose@lemmy.world 18 points 1 week ago* (last edited 1 week ago) (4 children)

I’ve honestly given up on support of new formats.

Here we are, 2026, and brand new software like Lemmy:

  • Doesn’t support AVIF

  • Doesn’t support JXL

  • Doesn’t support WebP

  • Won’t upload short, small videos either.

Meanwhile:

  • Many clients won’t play animated WebP

  • Most clients won’t play APNG

  • Many won’t load AVIF

  • Basically only Apple/Safari will load JXL

  • VP8/VP9/AV1 support in video isn’t universal

What am I supposed to do?

I used to send support requests over this, but I’ve given up. We are going to be stuck with SDR JPEGs and blocky GIFs forever, especially since media format literacy seems to be globally.

[–] Ilumar@lemmy.zip 2 points 6 days ago* (last edited 6 days ago)

Maybe I overestimated how widespread support for alternatives is. The problem seems to be to be that while most apps will support an alternative, no single format is supported everywhere (xkcd). According to another comment US messaging apps don't support any alternatives, which is enough to keep GIF alive on its own.

load more comments (3 replies)
[–] victorz@lemmy.world 11 points 1 week ago (8 children)

Webm is supported almost everywhere now and manages better quality at higher framerates and smaller file sizes.

Anybody who has compared animated WebM vs animated JPEG XL?

load more comments (8 replies)
[–] Zarobi@quokk.au 10 points 1 week ago* (last edited 1 week ago)

I used to love optimising images in gif format. I would make like 4–30kb memes and animations for my friends in Photoshop CS2. It's actually extremely efficient and lightweight if you do it right… You have cool tools like transparency between frames and unbroken colour blocks don't take any additional storage space. There's nothing wrong with gif.

The problem is how people use them. We take a live action video file and shove it through an automated converter tool that doesn't give a shit about efficiency and will do a complete repaint between frames and use 256+ colour palette. Then you end up with an ugly dithered overcooked piece of shit 50mb 10 second animation. Gif was not designed for this…

[–] EncryptKeeper@lemmy.world 7 points 1 week ago (2 children)

Problem is the medium people use to send GIFs to each other doesn’t support any alternatives

load more comments (2 replies)
[–] NauticalNoodle@lemmy.ml 5 points 1 week ago* (last edited 1 week ago) (1 children)

"...massive files..."

I thought the file size was part of the format specification, no?

load more comments (1 replies)
load more comments (6 replies)
[–] TropicalDingdong@lemmy.world 75 points 1 week ago (1 children)
[–] Noja@sopuli.xyz 20 points 1 week ago

the same file without visual quality loss could be a 156.79 KiB webp file, saving energy, internet, and storage costs

[–] anguo@piefed.ca 62 points 1 week ago (1 children)

Most people do this:

ffmpeg -i video.mp4 output.gif

...no, most people have never heard of ffmpeg and throw it in an online converter.

[–] Jason2357@lemmy.ca 16 points 1 week ago (2 children)

Which are probably just web front ends to the above?

[–] anguo@piefed.ca 10 points 1 week ago

Definitely, but then it's on whoever made the web tool. Still not "most people".

load more comments (1 replies)
[–] perishthethought@piefed.social 27 points 1 week ago (3 children)

I just tested this with a 8-second, 35MB mp4 video.

The "don't do this" command made a crappy looking 316MB gif.

The suggested pair of commands, using the palette file, made a 57MB very nice looking gif.

Seems legit to me but I'm not, as you say, an expert.

[–] eager_eagle@lemmy.world 10 points 1 week ago

that's still massive, an animated webm will probably be more useful

load more comments (2 replies)
[–] DupaCycki@lemmy.world 21 points 1 week ago (1 children)

Thanks. This is going straight to my 'cool info to never be used' pile.

load more comments (1 replies)
[–] IronKrill@lemmy.ca 13 points 1 week ago (1 children)

As much as everyone likes to trash on it, this is part of what webp is for. Animated, loopable images at super small sizes that display on just about anything that runs a browser.

load more comments (1 replies)
[–] chunes@lemmy.world 13 points 1 week ago

Don't get mad at people for using logical command line switches.

Get mad at ffmpeg for trash defaults.

[–] kmartburrito@lemmy.world 11 points 1 week ago
[–] yetAnotherUser@lemmy.ca 10 points 1 week ago (1 children)

I wish the article had examples. It would be cool.

[–] WolfLink@sh.itjust.works 7 points 1 week ago (1 children)

There is this older tutorial from 2015 that goes into more detail and includes examples.

load more comments (1 replies)
[–] etherphon@piefed.social 10 points 1 week ago

ffmpeg <3 good info here, also give Gifsicle a look if you need help getting your gifs smaller

[–] magnue@lemmy.world 7 points 1 week ago

I always liked to use Photoshop with the 'save for web (legacy)' export. Gives you a handy preview of how big it will be and lots of options.

[–] d00ery@lemmy.world 6 points 1 week ago

Really interesting and useful read, thanks.

[–] PerfectDark@lemmy.world 5 points 1 week ago
[–] TigerAce@lemmy.dbzer0.com 4 points 1 week ago
[–] Kolanaki@pawb.social 4 points 1 week ago

Nobody: zzzzz

Me reading about 256 bit color conversion at 3 am: 🤔🥱🤓🤷💀🐩

[–] tonytins@pawb.social 3 points 1 week ago (1 children)

A lot of that is mostly the fault of the technology. But we still like it anyway.

[–] VibeSurgeon@piefed.social 7 points 1 week ago (1 children)

Gif is indeed a shit format for the purpose.

Video codecs are downright magical and everything down to your average toaster packs a hardware decoder for h264, so this is the bare minimum we should actually be using for this use-case.

[–] too_high_for_this@lemmy.world 3 points 1 week ago

I know that's hyperbole, but I'll be cold in the ground before a "smart" toaster is allowed in this house.

load more comments
view more: next ›