diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-02 19:07:50 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-02 19:08:11 +0100 |
| commit | fc26959ddea2b8c39fe1183e1be8f8acaf893bc1 (patch) | |
| tree | 6618e83b3ffb8269f9146ec8c582b43a51230634 /.config/mpv/config | |
| parent | f27a1f7141769a82b9f5925fd4c239ecd522d0f2 (diff) | |
mpv: update config
Diffstat (limited to '.config/mpv/config')
| -rw-r--r-- | .config/mpv/config | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/mpv/config b/.config/mpv/config index 0e2eda3..d9791d7 100644 --- a/.config/mpv/config +++ b/.config/mpv/config @@ -9,7 +9,7 @@ script-opts=ytdl_hook-ytdl_path=/usr/bin/yt-dlp # # framedrop=decoder+vo video-sync=display-resample -interpolation +# interpolation window-maximized=yes # prevent wayland problems with buffer resize hwdec=auto # color stuff @@ -17,6 +17,11 @@ hwdec=auto # tone-mapping=mobius # target-peak=500 +# colour shit +gamma-factor=1.1 +hdr-compute-peak=no +gamut-clipping=no + # # Audio # @@ -96,7 +101,7 @@ ytdl-raw-options=cookies=~/Downloads/cookies.balena_google_drive.txt [hq] profile-desc="Optimized for HQ rendering" -profile-cond=height <= 1440 +# profile-cond=height <= 1440 profile=gpu-hq [anime] |