Update mpv config:
This commit is contained in:
parent
64e685695e
commit
d1e0b97d62
36 changed files with 5555 additions and 10 deletions
41
mpv/mpv.conf
41
mpv/mpv.conf
|
@ -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 #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue