summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-09-20 02:08:05 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-09-20 17:07:38 +0200
commit87baed0b0f774940fbcc2a8d0298b525e2a28faf (patch)
tree936562ce7972029265832f053380653a4f49b067 /DOCS/man/options.rst
parent0cb4aa4ff71c5f42bbd02e772ae1c9ecfad37a43 (diff)
downloadmpv-87baed0b0f774940fbcc2a8d0298b525e2a28faf.tar.bz2
mpv-87baed0b0f774940fbcc2a8d0298b525e2a28faf.tar.xz
DOCS/options: document hermite scaler
Since I want to make it more prominent.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index ee70632fb9..49c42f37d7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5285,6 +5285,11 @@ them.
``--scale-param1`` and ``--scale-param2``. This is the default for
``--dscale``.
+ ``hermite``
+ Hermite spline. Similar to ``bicubic`` but with ``B`` set to ``0.0``.
+ This filter has the special property of having a support of radius 1.0,
+ making it very fast in comparison, but prone to blocking.
+
``catmull_rom``
Catmull-Rom. A Cubic filter in the same vein as ``mitchell``, where
the ``B`` and ``C`` parameters are ``0.0`` and ``0.5`` respectively.