Leo Izen
Leo Izen
This is likely outside the scope of JPEG XL. Do note that there's a draft to embed JPEG XL in AVTransport.
Extra information: somehow libjxl is only using ~half of the 0-65535 range for this 16-bit PNG. Here's part of the output of `identify -verbose sdr.png`: ``` Channel depth: Red: 16-bit...
Second update: This `hdr.jxl` has intensity_target tagged at 10000 nits, but since SDR is display-referred we should be using 255 nits for SDR color spaces.
I can reproduce this on my RTX 3050. `mpv --no-config av://lavfi:testsrc --vo=gpu-next --gpu-api=opengl`  [mpv-sucks.log](https://github.com/mpv-player/mpv/files/14284994/mpv-sucks.log)
I can reproduce this on 550. `mpv --no-config av://lavfi:testsrc --vo=gpu-next --gpu-api=opengl --log-file=mpv-sucks.log`  https://0x0.st/HRJl.log
You can use `--term-status-msg=foo` to apply a custom term status message. `${=playback-time}` property can be used to expand playback-time as a number rather than as a human-readable format. You may...
Vulkan doesn't support `rgb32f` as a fbo-format. You need to set `fbo-format=rgba32f`
This sounds a lot like an XY problem. Why do you need to run ffmpeg from with mpv? It seems far simpler to have a lua script dump the chosen...
Try using `--demuxer-mkv-subtitle-preroll=yes` and increasing the value of `--demuxer-mkv-subtitle-preroll-secs` to something like 3.0 and see if that helps.
`mp_natural_sort_cmp` is by design ASCII-only, so values greater than 127, which are not ASCII characters, aren't going to be handled well. `mp_tolower` and company aren't unicode-aware, so casting these to...