diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 3c82b3f..30cdc5d 100755 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -24,6 +24,38 @@ # # Profiles should be placed at the bottom of the configuration file to ensure # 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 #