mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-22 21:26:47 +00:00
update mpv.conf to latest JySzE suggestions
https://gist.github.com/JySzE/db4149cad726b3b6955dca8d47a19721 https://github.com/DonCanjas/mpv-dotfiles
This commit is contained in:
parent
e562b4197e
commit
80f5d03803
|
@ -1,5 +1,5 @@
|
|||
[/]
|
||||
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/']
|
||||
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom2/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom3/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom6/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom7/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom8/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom9/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom10/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom11/']
|
||||
www=['<Super>q']
|
||||
|
||||
[custom-keybindings/custom0]
|
||||
|
@ -17,6 +17,11 @@ binding='<Super>k'
|
|||
command='keepassxc'
|
||||
name='KeepassXC'
|
||||
|
||||
[custom-keybindings/custom11]
|
||||
binding='<Shift><Super>l'
|
||||
command='Ladybird'
|
||||
name='Ladybird'
|
||||
|
||||
[custom-keybindings/custom2]
|
||||
binding='<Shift><Super>s'
|
||||
command='budgie-control-center'
|
||||
|
|
47
mpv/mpv.conf
47
mpv/mpv.conf
|
@ -1,4 +1,3 @@
|
|||
hwdec = yes
|
||||
save-position-on-quit = yes
|
||||
screenshot-format = webp
|
||||
screenshot-webp-lossless = yes
|
||||
|
@ -24,6 +23,46 @@ osd-font = Cantarell
|
|||
ytdl-raw-options=sub-lang=en
|
||||
|
||||
profile = gpu-hq
|
||||
scale = spline36
|
||||
cscale = spline36
|
||||
dscale = spline36
|
||||
hwdec = auto-safe
|
||||
|
||||
# ty jysze
|
||||
scale = ewa_lanczossharp
|
||||
scale-antiring = .4
|
||||
cscale = ewa_lanczossharp
|
||||
dscale = ewa_robidoux
|
||||
dscale-param1 = 0
|
||||
dscale-param2 = 0
|
||||
dscale-antiring = 0
|
||||
correct-downscaling = yes
|
||||
sigmoid-upscaling = yes
|
||||
dither-depth = 8 # Set to your displays bitdepth.
|
||||
dither = fruit # Change to "ordered" if 10 or 12 bit display.
|
||||
deband = no
|
||||
|
||||
# AUTO PROFILES #
|
||||
|
||||
[SDR]
|
||||
profile-desc = "SDR"
|
||||
profile-cond=p["video-params/gamma"]~="pq" and p["video-params/primaries"]~="bt.2020" and p["video-params/colormatrix"]~="dolbyvision"
|
||||
gamut-mapping-mode = saturation # Do not change.
|
||||
libplacebo-opts = gamut_expansion=yes # Do not change.
|
||||
|
||||
[HDR WEBDL & Blu-ray / DV Blu-ray]
|
||||
profile-desc = "HDR WEBDL & Blu-ray / DV Blu-ray"
|
||||
profile-cond=p["video-params/gamma"]=="pq" and p["video-params/primaries"]=="bt.2020" and p["video-params/colorlevels"]~="full"
|
||||
tone-mapping = spline # Change to your preferred if necessary.
|
||||
target-prim = bt.709
|
||||
target-trc = bt.1886
|
||||
hdr-compute-peak = yes
|
||||
gamut-mapping-mode = perceptual # Change to your preferred if necessary.
|
||||
target-peak = 120 # Adjust this as you see fit.
|
||||
|
||||
[DV WEBDL]
|
||||
profile-desc = "DV WEBDL"
|
||||
profile-cond=p["video-params/pixelformat"]=="p010" and p["video-params/colorlevels"]=="full" and p["video-params/colormatrix"]=="dolbyvision"
|
||||
tone-mapping = bt.2446a # Change to your preferred if necessary.
|
||||
target-prim = bt.709
|
||||
target-trc = bt.1886
|
||||
hdr-compute-peak = yes
|
||||
gamut-mapping-mode = perceptual # Change to your preferred if necessary.
|
||||
target-peak = 120 # Adjust this as you see fit.
|
||||
|
|
Loading…
Reference in a new issue