Results 275 comments of llyyr

> The case where it is critical to override the position of ASS subtitles is when mpv's ability to display a secondary subtitle is being used. The position specified in...

> the secondary subtitle was a SRT file and was displayed by mpv at the top of the screen and the primary subtitle was an ASS file that specified it...

set `--target-colorspace-hint`

> Thanks. That fixes it. Why is it not the default? Because you don't always want HDR passthrough? If you do then you can just set it in the config.

mpv supports and uses the idle inhibit protocol, so there's some other issue at play here. mpv doesn't support the portal implementation at all (intentionally).

By default, mpv only creates an inhibitor object when a file is playing (not paused, restarting, loading, or unloading). You can set `--stop-screensaver=always` to make it so that mpv always...

> Isn't `--vo=gpu --gpu-api=vulkan` basically libplacebo? Won't [#11499 (comment)](https://github.com/mpv-player/mpv/issues/11499#issuecomment-2380263005) occur? I haven't heard any of the issues be reproduced with vo_gpu, since the libplacebo issues appear to mostly be related...

> Something similar was done in #13620. But I don't believe this needs to wait until a consensus is formed around preferring `vo_gpu_next`. Keep in mind that vo_gpu + vulkan...

We should probably wait a few months after a new Mesa release is cut with https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26150

> It looks like the mesa implementation will work with presentation time v1 so I loosened up the restriction a bit. it'll work but only for fixed refresh rate outputs....