llyyr
llyyr
Report it here https://gitlab.freedesktop.org/drm/amd/-/issues/
> First try: I got no errors from ffmpeg or dmesg, but there was flickering artifacts on my screen and some desktop elements (icons and such) were not showing properly...
This was reported to #mpv before and the bug wasn't reproducible with a [minimal sample client](https://github.com/mpv-player/mpv-examples/blob/master/libmpv/streamcb/simple-streamcb.c). Please report it to Haruna first. > frame #13: 0x000071da3443bacb ld-musl-x86_64.so.1`__clone + 47 Also...
I don't like this fix, I'll explore other ways to do this
mpv saves information in watch later files that can't be ported to m3u, so this idea doesn't work. You can write a Lua script to generate m3us when mpv is...
> But I just gave an example on how to port it: `speed=1.440000 --> #EXT-X-SPEED:1.440000`. That is not a real tag that's going to be understood by any other player,...
Can you produce a log file with `--no-config`? As you'd been told, you shouldn't use VRR and display-resample together
> When using a ``--video-sync=display-*``, limit mpv's framerate to the detected display FPS. This can be combined with the ``--display-fps-override`` This is already the case though? I'm not sure what...
I get the intention but I don't think this works as intended. With `--video-sync=display-resample --display-fps-limiter=yes --display-fps-override=48`, I get more judder on a VRR display that supports a lower-end of 48Hz...
I think for this to work, we'll need to make a lot of assumptions about the display and the media. I think we'll need an option to let the users...