1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00
mpv/DOCS/man
Kacper Michajłow 703f158880 builtin.conf: modernize internal profiles
The goal is to provide simple to understand quality/performance level
profiles for the users.

Instead of default and gpu-hq profile. There main profiles were added:
    - fast: can run on any hardware
    - default: balanced profile between quality and performance
    - high-quality: out of the box high quality experience. Intended
      mostly for dGPU.

Summary of three profiles, including default one:

[fast]
scale=bilinear
cscale=bilinear (implicit)
dscale=bilinear
dither=no
correct-downscaling=no
linear-downscaling=no
sigmoid-upscaling=no
hdr-compute-peak=no

[default] (implicit mpv defaults)
scale=lanczos
cscale=lanczos
dscale=mitchell
dither-depth=auto
correct-downscaling=yes
linear-downscaling=yes
sigmoid-upscaling=yes
hdr-compute-peak=yes

[high-quality] (inherits default options)
scale=ewa_lanczossharp
cscale=ewa_lanczossharp (implicit)
hdr-peak-percentile=99.995
hdr-contrast-recovery=0.30
allow-delayed-peak-detect=no
deband=yes
scaler-lut-size=8
2023-09-19 22:26:56 +02:00
..
af.rst various: remove trailing whitespace 2022-05-14 14:51:34 +00:00
ao.rst ao_pipewire: clarify --pipewire-buffer=native 2023-04-23 21:03:58 -07:00
changes.rst manpage: directly link interface-changes.rst in changelog section 2020-02-21 14:34:02 +01:00
console.rst console.lua: add a script-opt for the border size 2023-04-26 16:30:01 +00:00
encode.rst manpage: explain deprecated usage of multiple items with *-add 2020-01-07 18:13:12 +01:00
input.rst demux: add crop to mp_codec_params 2023-09-17 16:48:42 +00:00
ipc.rst DOCS: Add missing 'not' 2023-01-28 11:59:59 -05:00
javascript.rst lua/js: remove user-data helpers 2023-01-29 01:52:31 +02:00
libmpv.rst DOCS/libmpv: fix typo in linkage section 2022-09-03 12:54:48 -04:00
lua.rst DOCS/lua.rst: fix typo 2023-09-09 09:09:52 -04:00
mpv.rst DOCS/mpv: document ZOOMIN & ZOOMOUT multimedia keys 2023-08-23 15:37:02 +02:00
options.rst builtin.conf: modernize internal profiles 2023-09-19 22:26:56 +02:00
osc.rst osc: add scrolling to audio/sub buttons 2023-09-17 00:03:45 +02:00
stats.rst stats.lua: enable --tone-mapping-visualize while stats shown 2023-08-30 17:10:13 +02:00
vf.rst f_lavfi: don't reject dynamic lavfi ins/outs 2023-08-28 00:29:43 +02:00
vo.rst DOCS/vo: remove outdated reference to --vo-vaapi-deinit-mode 2023-09-17 15:24:55 -05:00