llyyr
llyyr
do `mpv --show-profile=low-latency` and figure out which option causes issues.
Looking at the manual, it doesn't seem to do anything besides avoiding an avformat_find_stream_info() call. It's probably fine to just set it back to default after applying profile=low-latency. `mpv --profile=low-latency...
you have to add `--force-reinstall` to the command mentioned in that ticket because the version number for master and moved-modules is the same. something like this: `python3 -m pip install...
``c.editor.command = ["nvim-qt", "{file}", "--", "-c", "\"normal {line}G{column0}l\""]`` works on windows 10 as long as nvim-qt is in PATH. ``c.editor.command = ["wt", "vim", "-f", "{file}", "-c", "normal {line}G{column0}l"]`` works as...
Same experience here as well, it only happens after waking from suspend
Is this issue still valid on builds from current master? Also please try `rubberband` from #12479 build
> > What commit is the mpv repo on? The latest at this time of writing is **[7f595aa](https://github.com/mpv-player/mpv/commit/7f595aabf45fd60d080ab80ccdc8def26cfbd2ec)**. > > It's [7f595aa](https://github.com/mpv-player/mpv/commit/7f595aabf45fd60d080ab80ccdc8def26cfbd2ec) too That doesn't make any sense, the error...
There's a cleaner solution here for HDR passthrough on Linux through gamescope. `gamescope --hdr-enabled -- mpv --target-colorspace-hint --fs [video]` should allow HDR passthrough on any gpu that gamescope supports.
Are those logs supposed to be when you run `mpv --no-config`? `[ 0.055][v][cplayer] Setting option 'hwdec' = 'dxva2-copy' (flags = 4)`
Setting GDK_BACKEND=x11 just forces aft to run under xwayland, you should instead set `QT_QPA_PLATFORM=wayland` to run under wayland