mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
mpv sdr gamma
This commit is contained in:
parent
0028580da8
commit
175207b6eb
1 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
profile=pc-stuff
|
profile=pc-stuff
|
||||||
profile=pc-display-conf
|
profile=pc-sdr-display-conf
|
||||||
#profile=tv-display-auto
|
#profile=tv-display-auto
|
||||||
#profile=android-decent-hw
|
#profile=android-decent-hw
|
||||||
|
|
||||||
|
|
@ -163,6 +163,7 @@ hwdec=auto-safe
|
||||||
#hwdec=vulkan
|
#hwdec=vulkan
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#vulkan uses more resources,but has better hdr compatibility
|
#vulkan uses more resources,but has better hdr compatibility
|
||||||
#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
|
||||||
|
|
@ -196,7 +197,7 @@ video-sync=audio #fix desync on d3d11va-copy when not using gpu-api = opengl or
|
||||||
|
|
||||||
#diplays
|
#diplays
|
||||||
|
|
||||||
[pc-display-conf]
|
[pc-sdr-display-conf]
|
||||||
dither-depth=8
|
dither-depth=8
|
||||||
dither=fruit
|
dither=fruit
|
||||||
#dither-size-fruit=8
|
#dither-size-fruit=8
|
||||||
|
|
@ -207,6 +208,8 @@ target-prim=bt.709
|
||||||
# transfer characteristics (gamma), you can leave it on 'auto', you can also use 'bt.1886', 'srgb', 'linear', 'pq' or another option
|
# transfer characteristics (gamma), you can leave it on 'auto', you can also use 'bt.1886', 'srgb', 'linear', 'pq' or another option
|
||||||
target-trc=srgb
|
target-trc=srgb
|
||||||
|
|
||||||
|
gamma-factor=1.1 #lighten image when using target-trc=srgb
|
||||||
|
|
||||||
#you can leave it on 'auto', sdr is '203'
|
#you can leave it on 'auto', sdr is '203'
|
||||||
target-peak=auto
|
target-peak=auto
|
||||||
|
|
||||||
|
|
@ -225,6 +228,9 @@ target-trc=auto
|
||||||
#you can leave it on 'auto', sdr is '203'
|
#you can leave it on 'auto', sdr is '203'
|
||||||
target-peak=auto
|
target-peak=auto
|
||||||
|
|
||||||
|
#auto hdr switching
|
||||||
|
#target-colorspace-hint=yes
|
||||||
|
|
||||||
|
|
||||||
[tonemaping-pc]
|
[tonemaping-pc]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue