1
0
forked from extern/nix-config

mpv: Drop gpu-hq profile for now

This setting causes some videos to experience lagginess on my iGPU. In
the future it may be useful to enable the new profile "high-quality" if
I have a dedicated GPU.

Note that in addition to setting the profile to high-quality, it's also
possible to use "vo=gpu-next".

See: 703f158880
This commit is contained in:
Donovan Glover 2023-12-29 18:10:24 -05:00
parent 859015cbc0
commit ac3699fd6e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,9 +5,6 @@
enable = true;
config = {
profile = "gpu-hq";
scale = "ewa_lanczossharp";
cscale = "ewa_lanczossharp";
video-sync = "display-resample";
interpolation = true;
tscale = "oversample";