mirror of https://github.com/mpv-player/mpv
DOCS/options: document hermite scaler
Since I want to make it more prominent.
This commit is contained in:
parent
0cb4aa4ff7
commit
87baed0b0f
|
@ -5285,6 +5285,11 @@ them.
|
||||||
``--scale-param1`` and ``--scale-param2``. This is the default for
|
``--scale-param1`` and ``--scale-param2``. This is the default for
|
||||||
``--dscale``.
|
``--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``
|
||||||
Catmull-Rom. A Cubic filter in the same vein as ``mitchell``, where
|
Catmull-Rom. A Cubic filter in the same vein as ``mitchell``, where
|
||||||
the ``B`` and ``C`` parameters are ``0.0`` and ``0.5`` respectively.
|
the ``B`` and ``C`` parameters are ``0.0`` and ``0.5`` respectively.
|
||||||
|
|
Loading…
Reference in New Issue