mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
updated mpv config
This commit is contained in:
parent
b2b8648888
commit
6256d43c8a
3 changed files with 21 additions and 8 deletions
|
|
@ -4,14 +4,11 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(+org-capture-todo-file " t)
|
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
'("944d52450c57b7cbba08f9b3d08095eb7a5541b0ecfb3a0a9ecd4a18f3c28948" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" default))
|
'("944d52450c57b7cbba08f9b3d08095eb7a5541b0ecfb3a0a9ecd4a18f3c28948" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" default))
|
||||||
;;'(gdscript-godot-executable "godot")
|
;;'(gdscript-godot-executable "godot")
|
||||||
'(lsp-gdscript-port 6005)
|
'(lsp-gdscript-port 6005)
|
||||||
'(lsp-tcp-connection-timeout 10)
|
'(lsp-tcp-connection-timeout 10)
|
||||||
'(org-agenda-files
|
|
||||||
'("" ""))
|
|
||||||
'(org-capture-templates
|
'(org-capture-templates
|
||||||
'(("t" "Personal todo" entry
|
'(("t" "Personal todo" entry
|
||||||
(file+headline +org-capture-todo-file "TODOS")
|
(file+headline +org-capture-todo-file "TODOS")
|
||||||
|
|
|
||||||
|
|
@ -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 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"
|
D vf toggle "pullup,dejudder"
|
||||||
|
T script-message cycle-profiles "tonemaping-clip;tonemaping-pc"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -160,12 +160,12 @@ deband=no
|
||||||
vo=gpu-next
|
vo=gpu-next
|
||||||
|
|
||||||
#on windows be careful of using dxva2, d3d11va is better.
|
#on windows be careful of using dxva2, d3d11va is better.
|
||||||
hwdec=auto-safe
|
#hwdec=auto-safe
|
||||||
#hwdec=auto-copy-safe #enables copyback
|
#hwdec=auto-copy-safe #enables copyback
|
||||||
|
|
||||||
|
|
||||||
#bwdif is now the fallback deinterlacer, but only vulkan has bwdif hw deinterlacing
|
#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=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
|
#gpu-api=vulkan # Comment this if you notice stuttering and uncomment the above line
|
||||||
|
|
||||||
#vulkan-device='Intel(R) UHD Graphics 620'
|
#vulkan-device='Intel(R) Iris(R) Xe Graphics'
|
||||||
#vulkan-device='NVIDIA GeForce MX110'
|
#vulkan-device='NVIDIA GeForce RTX 4060 Laptop GPU'
|
||||||
|
|
||||||
#gpu-context=winvk
|
gpu-context=winvk
|
||||||
vulkan-async-compute=yes
|
vulkan-async-compute=yes
|
||||||
vulkan-async-transfer=yes
|
vulkan-async-transfer=yes
|
||||||
vulkan-queue-count=1
|
vulkan-queue-count=1
|
||||||
|
|
@ -269,6 +269,20 @@ icc-intent=0
|
||||||
|
|
||||||
#blend-subtitles=yes
|
#blend-subtitles=yes
|
||||||
|
|
||||||
|
[tonemaping-clip]
|
||||||
|
|
||||||
|
|
||||||
|
hdr-compute-peak=no
|
||||||
|
|
||||||
|
|
||||||
|
tone-mapping=clip
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
gamut-mapping-mode=clip
|
||||||
|
|
||||||
|
icc-intent=0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[android-decent-hw]
|
[android-decent-hw]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue