Skip to content

Commit 7dda06c

Browse files
committed
fix: disable hdr on non-hdr content in mpv
1 parent fe6b5f2 commit 7dda06c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/features/workstation/apps/video-player.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
hwdec = "auto";
4545
volume-max = 250;
4646
keepaspect = true;
47+
# disable trying to use HDR on non-HDR content
48+
target-colorspace-hint-mode = "source";
4749
};
4850

4951
scripts = with pkgs.mpvScripts; [

0 commit comments

Comments
 (0)