Leo Izen

Results 188 comments of Leo Izen

What happens if you use `0.7.0`? It's in the Arch Repos now

> **Expected behavior** The encoder should not change the encoding type just because the user overrides the quality selection. Instead setting the _quality/distance_ should only affect the _quality/distance_, nothing else....

Failing is a bug, and that should probably be reported separately.

Update: I reported the crash with https://github.com/libjxl/libjxl/issues/1929 as that's a different issue than the one being reported here.

What happens if you use `-m 1 -d 1` instead of just `-m 0 -d 1`?

The problem here is that there aren't any heuristics to determine if lossless *should* be used based on input. It may be a good idea for some heuristics to be...

> > But he didn't enable `screenshot-sw` ? > > I have try set "screenshot-sw=yes" in mpv.conf after your reply, but the screenshot remains 16 bits. How are you determining...

> I guess [#16161](https://github.com/mpv-player/mpv/pull/16161) should have fixed exactly this. [@Traneptora](https://github.com/Traneptora) any idea? My best guess is they're on libjxl 0.7 which doesn't include the bit depth header API. FFmpeg has...

May be a regression, #16161 was supposed to fix exactly this. I'll investigate after work today. It isn't an issue with JPEG XL however as PNG also supports bit depth...