summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-11-23 15:16:19 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-11-23 15:18:52 -0800
commit4f103b209312ca8fa1471fc09ebb15c273f818b8 (patch)
tree9075245667ae373a94b799630a9761a02f85c28f /DOCS
parent2e401201adf562ae9824fc79e6834ca648b0b114 (diff)
downloadmpv-4f103b209312ca8fa1471fc09ebb15c273f818b8.tar.bz2
mpv-4f103b209312ca8fa1471fc09ebb15c273f818b8.tar.xz
manpage: deinterlace is now the lowercase d
there were a few places that that used an upper case D and one that still actually said Shift+D
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
-rw-r--r--DOCS/man/vf.rst10
-rw-r--r--DOCS/man/vo.rst4
3 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 10eeb67741..6385d030f3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -764,7 +764,7 @@ Video
if supported.
This behaves exactly like the ``deinterlace`` input property (usually
- mapped to ``Shift+D``).
+ mapped to ``d``).
``auto`` is a technicality. Strictly speaking, the default for this option
is deinterlacing disabled, but the ``auto`` case is needed if ``yadif`` was
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 857ba1d881..72e1559d76 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -464,16 +464,16 @@ Available filters are:
:yes: Only deinterlace frames marked as interlaced (default if this
filter is inserted via ``deinterlace`` property).
- This filter, is automatically inserted when using the ``D`` key (or any
+ This filter, is automatically inserted when using the ``d`` key (or any
other key that toggles the ``deinterlace`` property or when using the
``--deinterlace`` switch), assuming the video output does not have native
deinterlacing support.
If you just want to set the default mode, put this filter and its options
- into ``--vf-defaults`` instead, and enable deinterlacing with ``D`` or
+ into ``--vf-defaults`` instead, and enable deinterlacing with ``d`` or
``--deinterlace``.
- Also note that the ``D`` key is stupid enough to insert an interlacer twice
+ Also note that the ``d`` key is stupid enough to insert a deinterlacer twice
when inserting yadif with ``--vf``, so using the above methods is
recommended.
@@ -721,7 +721,7 @@ Available filters are:
``vavpp``
VA-AP-API video post processing. Works with ``--vo=vaapi`` and ``--vo=opengl``
only. Currently deinterlaces. This filter is automatically inserted if
- deinterlacing is requested (either using the ``D`` key, by default mapped to
+ deinterlacing is requested (either using the ``d`` key, by default mapped to
the command ``cycle deinterlace``, or the ``--deinterlace`` option).
``deint=<method>``
@@ -745,7 +745,7 @@ Available filters are:
``vdpaupp``
VDPAU video post processing. Works with ``--vo=vdpau`` and ``--vo=opengl``
only. This filter is automatically inserted if deinterlacing is requested
- (either using the ``D`` key, by default mapped to the command
+ (either using the ``d`` key, by default mapped to the command
``cycle deinterlace``, or the ``--deinterlace`` option). When enabling
deinterlacing, it is always preferred over software deinterlacer filters
if the ``vdpau`` VO is used, and also if ``opengl`` is used and hardware
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index af05da5207..440e083c16 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -105,7 +105,7 @@ Available video output drivers are:
Select deinterlacing mode (default: 0). In older versions (as well as
MPlayer/mplayer2) you could use this option to enable deinterlacing.
This doesn't work anymore, and deinterlacing is enabled with either
- the ``D`` key (by default mapped to the command ``cycle deinterlace``),
+ the ``d`` key (by default mapped to the command ``cycle deinterlace``),
or the ``--deinterlace`` option. Also, to select the default deint mode,
you should use something like ``--vf-defaults=vdpaupp:deint-mode=temporal``
instead of this sub-option.
@@ -1007,7 +1007,7 @@ Available video output drivers are:
``deint-mode=<mode>``
Select deinterlacing algorithm. Note that by default deinterlacing is
- initially always off, and needs to be enabled with the ``D`` key
+ initially always off, and needs to be enabled with the ``d`` key
(default key binding for ``cycle deinterlace``).
This option doesn't apply if libva supports video post processing (vpp).