From b303e6e2ad0cbf1a21284863414ee7de71cbee38 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 1 Aug 2021 13:38:22 +0100 Subject: [PATCH] mpv: use gamma tone mapping algorithm --- .config/mpv/mpv.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index febec0c..12b9cf9 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -67,6 +67,9 @@ profile=gpu-hq # may or may not help. #hwdec=auto +# Algorithm used for HDR->SDR tone mapping +tone-mapping=gamma + ################## # audio settings # ##################