this post was submitted on 01 Sep 2026
102 points (100.0% liked)

Chapotraphouse

14448 readers
627 users here now

Banned? DM Wmill to appeal.

No anti-nautilism posts. See: Eco-fascism Primer

Slop posts go in c/slop. Don't post low-hanging fruit here.

founded 5 years ago
MODERATORS
 

party-sicko

you are viewing a single comment's thread
view the rest of the comments
[–] into_highest_invite@lemmygrad.ml 3 points 12 hours ago* (last edited 11 hours ago) (1 children)

honestly i'm really skeptical of all these video compression algorithms trying to be image compression algorithms. maybe i shouldn't be talking because mao quote but the image algorithm designers never had the advantage of deltas between frames. i assume there's some patent thing stopping apple from using jpeg-xl instead of heif (which is avif but for hevc instead of av1) but since i can't find any benchmarks i'm just speculating there. but it's all speculation since i don't really understand compression all that well.

EDIT: found a paper by google suggesting heif and jpeg-xl have similar perception scores with jpeg-xl giving a slightly lower size. however, dark spots may have slightly worse perception with jpeg-xl.

[–] chgxvjh@hexbear.net 2 points 12 hours ago (1 children)

Kinda makes sense that storing image would be a subset of storing videos.

[–] into_highest_invite@lemmygrad.ml 2 points 11 hours ago (1 children)

it makes sense yeah but most of the space savings is from keeping one frame and then saving the next several frames as a series of just deltas. plus there's stuff you notice when it's moving but not so much when it's still. between that and the jpeg-xl benchmarks i'm comfortable speculating that there's probably maybe something to the idea of having separate lossy image and video codecs.

[–] chgxvjh@hexbear.net 2 points 11 hours ago* (last edited 11 hours ago) (1 children)

You are still storing a key frame every couple of seconds or so

[–] into_highest_invite@lemmygrad.ml 2 points 10 hours ago (1 children)

you're right but even then i kinda think there are different things to optimize for. i found a benchmark i edited into my original post but honestly who the hell knows

[–] chgxvjh@hexbear.net 2 points 10 hours ago* (last edited 10 hours ago)

To me it's honestly a lot of it's the same picture

And the results in data compression aren't different enough to use anything with less wide software support.