Update mpv config:

This commit is contained in:
aria 2025-05-26 00:03:04 +10:00
parent 64e685695e
commit d1e0b97d62
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
36 changed files with 5555 additions and 10 deletions

View file

@ -115,17 +115,38 @@ target-colorspace-hint=auto
# target-peak=auto
# gamut-mapping-mode=perceptual
# hdr-contrast-recovery=1.0
#
# [HDR_MODE:DOVI]
# profile-restore=copy
# #Automatically enables profile if DoVi video is played. Seems to work but maybe there a better way?
[HDR_MODE:DOVI]
profile-restore=copy
#Automatically enables profile if DoVi video is played. Seems to work but maybe there a better way?
# profile-cond=(p["video-dec-params/gamma"] == "auto")
# target-trc=pq
# target-prim=bt.2020
# #Adjust this to the peak brightness of your display. e.g. 800 for LG CX
# target-peak=1500
# #Only necessary if you are switching between different profiles like me SDR_TO_HDR tonemap profile
# tone-mapping-mode=auto
target-trc=pq
target-prim=bt.2020
#Adjust this to the peak brightness of your display. e.g. 800 for LG CX
target-peak=1037
#Only necessary if you are switching between different profiles like me SDR_TO_HDR tonemap profile
tone-mapping-mode=auto
[HDR_MODE:SDR]
profile-restore=copy
target-trc=pq
target-prim=bt.2020
#Seems to be some kind of magic number, higher values do not have any effect
target-peak=200
tone-mapping=bt.2390
tone-mapping-mode=rgb
inverse-tone-mapping=yes
[HDR_MODE:SDR_HDR_EFFECT]
profile-restore=copy
target-trc=pq
target-prim=bt.2020
# Higher value = stronger effect
target-peak=400
tone-mapping=spline
# All other values make the colors look awful in my opinion.
tone-mapping-mode=rgb
inverse-tone-mapping=yes
###################################
# Protocol Specific Configuration #