https://bugs.kde.org/show_bug.cgi?id=455598

--- Comment #1 from amyspark <a...@amyspark.me> ---
> Say you have a 4 fps animation, it should be tps_numerator = 4 and 
> tps_denominator = 1. However, the current exporter is doing the inverse.

It's worse. If we have a 4 fps animation, it should duration = 1, tps_numerator
= 4, tps_denominator = 1. But instead, libjxl sets tps_numerator = 1000,
tps_denominator = 1, and then duration = 250.

In other words, the tps ratio is completely decoupled from the actual
framerate, and this makes the format just as cursed as WebP...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to