summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-03-15 07:11:51 +0100
committerNiklas Haas <git@nand.wakku.to>2015-03-15 18:01:39 +0100
commit31a5f08f135535e5c284d3994d2fad17ce8e2e53 (patch)
tree2534d56b72c809866bc0b56c5e5e987e788ff077 /DOCS
parentac1e31957d00d06071757fd271c09a045cd6f39a (diff)
downloadmpv-31a5f08f135535e5c284d3994d2fad17ce8e2e53.tar.bz2
mpv-31a5f08f135535e5c284d3994d2fad17ce8e2e53.tar.xz
vo_opengl: add oversample support for tscale
This is interesting mainly because it's essentially equivalent to the old smoothmotion algorithm. As such, it is now the default for tscale.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index b59f97b6a9..f15ae9a3fb 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -327,6 +327,14 @@ Available video output drivers are:
``scale-param1`` and ``scale-param2``. This filter is very good at
downscaling (see ``scale-down``).
+ ``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``).
+
There are some more filters, but most are not as useful. For a complete
list, pass ``help`` as value, e.g.::
@@ -474,7 +482,7 @@ Available video output drivers are:
only used if ``interpolation`` is enabled. The only valid choices
for ``tscale`` are separable convolution filters (use ``tscale=help``
to get a list). The other options (``tscale-param1`` etc.) are
- analogous to their ``scale`` counterparts. The default is ``mitchell``.
+ analogous to their ``scale`` counterparts. The default is ``oversample``.
Note that the maximum supported filter radius is currently 3, and that
using filters with larger radius may introduce isues when pausing or