From bc351809333702b2243d24febf1aa14573bc2f58 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 16 Sep 2023 13:41:18 +0200 Subject: vo_gpu: remove --scale-wblur etc No need for this since it's entirely redundant with just changing the filter radius directly. In fact, that's the whole *point* of the filter radius - it does not modify the filter, it modifies the scaling of the window. Of course, this does not work for non-resizable kernels. But, really, who cares? --- DOCS/interface-changes.rst | 1 + DOCS/man/options.rst | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index f7e4d7c0da..ea4b8cfe6f 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -59,6 +59,7 @@ Interface changes - change `--subs-fallback-forced` so that it works alongside `--slang` - add `--icc-3dlut-size=auto` and make it the default - add `--scale=ewa_lanczos4sharpest` + - remove `--scale-wblur`, `--cscale-wblur`, `--dscale-wblur`, `--tscale-wblur` --- mpv 0.36.0 --- - add `--target-contrast` - Target luminance value is now also applied when ICC profile is used. diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 7e0a07bdb1..e78f8b1a24 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5351,12 +5351,12 @@ them. never interpolate, thus behaving as if the regular nearest neighbour algorithm was used. Defaults to 0.0. -``--scale-blur=``, ``--scale-wblur=``, ``--cscale-blur=``, ``--cscale-wblur=``, ``--dscale-blur=``, ``--dscale-wblur=``, ``--tscale-blur=``, ``--tscale-wblur=`` - Kernel/window scaling factor (also known as a blur factor). Decreasing this - makes the result sharper, increasing it makes it blurrier (default 0). If - set to 0, the kernel's preferred blur factor is used. Note that setting - this too low (eg. 0.5) leads to bad results. It's generally recommended to - stick to values between 0.8 and 1.2. +``--scale-blur=``, ``--cscale-blur=``, ``--dscale-blur=``, ``--tscale-blur=`` + Kernel scaling factor (also known as a blur factor). Decreasing this makes + the result sharper, increasing it makes it blurrier (default 0). If set to + 0, the kernel's preferred blur factor is used. Note that setting this too + low (eg. 0.5) leads to bad results. It's generally recommended to stick to + values between 0.8 and 1.2. ``--scale-clamp=<0.0-1.0>``, ``--cscale-clamp``, ``--dscale-clamp``, ``--tscale-clamp`` Specifies a weight bias to multiply into negative coefficients. Specifying -- cgit v1.2.3