From 6256d43c8a5c7643ba1f5413bd84c244b64c3619 Mon Sep 17 00:00:00 2001 From: gaitas13 <91051922+gaitas13@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:38:24 +0200 Subject: [PATCH] updated mpv config --- .config/doom/custom.el | 3 --- .config/mpv/input.conf | 2 ++ .config/mpv/mpv.conf | 24 +++++++++++++++++++----- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.config/doom/custom.el b/.config/doom/custom.el index 31c8dd4..a9c27b9 100755 --- a/.config/doom/custom.el +++ b/.config/doom/custom.el @@ -4,14 +4,11 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(+org-capture-todo-file " t) '(custom-safe-themes '("944d52450c57b7cbba08f9b3d08095eb7a5541b0ecfb3a0a9ecd4a18f3c28948" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" default)) ;;'(gdscript-godot-executable "godot") '(lsp-gdscript-port 6005) '(lsp-tcp-connection-timeout 10) - '(org-agenda-files - '("" "")) '(org-capture-templates '(("t" "Personal todo" entry (file+headline +org-capture-todo-file "TODOS") diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 49294a7..b2f5d72 100755 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,2 +1,4 @@ #d script-message cycle-profiles "bwdifdeint;deinterlace-no" #only needed if using hwdec that has its own deinterlacer and is not bwdif D vf toggle "pullup,dejudder" +T script-message cycle-profiles "tonemaping-clip;tonemaping-pc" + diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 62592fd..7576d0a 100755 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -160,12 +160,12 @@ deband=no vo=gpu-next #on windows be careful of using dxva2, d3d11va is better. -hwdec=auto-safe +#hwdec=auto-safe #hwdec=auto-copy-safe #enables copyback #bwdif is now the fallback deinterlacer, but only vulkan has bwdif hw deinterlacing -#hwdec=vulkan +hwdec=vulkan @@ -173,10 +173,10 @@ hwdec=auto-safe #gpu-api=opengl # Uncomment this if you notice stuttering with vulkan, opengl may cause screen tearing depending of your config #gpu-api=vulkan # Comment this if you notice stuttering and uncomment the above line -#vulkan-device='Intel(R) UHD Graphics 620' -#vulkan-device='NVIDIA GeForce MX110' +#vulkan-device='Intel(R) Iris(R) Xe Graphics' +#vulkan-device='NVIDIA GeForce RTX 4060 Laptop GPU' -#gpu-context=winvk +gpu-context=winvk vulkan-async-compute=yes vulkan-async-transfer=yes vulkan-queue-count=1 @@ -269,6 +269,20 @@ icc-intent=0 #blend-subtitles=yes +[tonemaping-clip] + + +hdr-compute-peak=no + + +tone-mapping=clip + + + +gamut-mapping-mode=clip + +icc-intent=0 + [android-decent-hw]