1
0
Fork 0

Add missing default profiles

This commit is contained in:
Nexus 2024-03-06 14:11:59 +00:00
parent 2e9d8fcfde
commit 151c21617a
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -24,6 +24,38 @@
# #
# Profiles should be placed at the bottom of the configuration file to ensure # Profiles should be placed at the bottom of the configuration file to ensure
# that settings wanted as defaults are not restricted to specific profiles. # that settings wanted as defaults are not restricted to specific profiles.
#
####################
# Default Profiles #
####################
[high-quality]
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
hdr-peak-percentile=99.995
hdr-contrast-recovery=0.30
allow-delayed-peak-detect=no
deband=yes
scaler-lut-size=8
[fast]
scale=bilinear
cscale=bilinear
dscale=bilinear
dither=no
correct-downscaling=no
linear-downscaling=no
sigmoid-upscaling=no
hdr-compute-peak=no
[default]
scale=lanczos
cscale=lanczos
dscale=mitchell
dither-depth=auto
correct-downscaling=yes
linear-downscaling=yes
sigmoid-upscaling=yes
hdr-compute-peak=yes
################## ##################
# video settings # # video settings #