summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-09-17 18:51:58 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-09-19 22:26:56 +0200
commit7e692ee4902cc69ac6d63f056fa0d60bcc53ea1e (patch)
tree83f5ff9fb94cb5ff249c350c6e05b44e649491c3 /DOCS/man/options.rst
parent4bedcd36f69009253433582a84fcf513ff68966d (diff)
downloadmpv-7e692ee4902cc69ac6d63f056fa0d60bcc53ea1e.tar.bz2
mpv-7e692ee4902cc69ac6d63f056fa0d60bcc53ea1e.tar.xz
vo: change tscale to oversample by default
Keep it sharp, let users opt-in more blurry result.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1ba4bae024..10370df1e5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5325,7 +5325,7 @@ them.
The filter used for interpolating the temporal axis (frames). This is only
used if ``--interpolation`` is enabled. The only valid choices for
``--tscale`` are separable convolution filters (use ``--tscale=help`` to
- get a list). The default is ``mitchell``.
+ get a list). The default is ``oversample``.
Common ``--tscale`` choices include ``oversample``, ``linear``,
``catmull_rom``, ``mitchell``, ``gaussian``, or ``bicubic``. These are