summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 69f3e0ece6..ee70632fb9 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5282,23 +5282,22 @@ them.
``mitchell``
Mitchell-Netravali. The ``B`` and ``C`` parameters can be set with
- ``--scale-param1`` and ``--scale-param2``. This filter is very good at
- downscaling. This is the default for ``--dscale``.
+ ``--scale-param1`` and ``--scale-param2``. This is the default for
+ ``--dscale``.
``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.
- This filter is sharper than ``mitchell``, but it results in mild
- ringing. Like ``mitchell``, this filter is good at downscaling (see
- ``--dscale``).
+ This filter is sharper than ``mitchell``, but it results in more
+ ringing.
``oversample``
A version of nearest neighbour that (naively) oversamples pixels, so
that pixels overlapping edges get linearly interpolated instead of
rounded. This essentially removes the small imperfections and judder
artifacts caused by nearest-neighbour interpolation, in exchange for
- adding some blur. This filter is good at temporal interpolation, and
- also known as "smoothmotion" (see ``--tscale``).
+ adding some blur. This can also be used for frame mixing, where it
+ is commonly known as "smoothmotion" (see ``--tscale``).
``linear``
A ``--tscale`` filter.