Skip to content

Commit

Permalink
mpv: Drop gpu-hq profile for now
Browse files Browse the repository at this point in the history
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: mpv-player/mpv@703f158
  • Loading branch information
donovanglover committed Dec 29, 2023
1 parent 859015c commit ac3699f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions home/mpv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
enable = true;

config = {
profile = "gpu-hq";
scale = "ewa_lanczossharp";
cscale = "ewa_lanczossharp";
video-sync = "display-resample";
interpolation = true;
tscale = "oversample";
Expand Down

0 comments on commit ac3699f

Please sign in to comment.