From 4f103b209312ca8fa1471fc09ebb15c273f818b8 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Mon, 23 Nov 2015 15:16:19 -0800 Subject: 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 --- DOCS/man/options.rst | 2 +- DOCS/man/vf.rst | 10 +++++----- DOCS/man/vo.rst | 4 ++-- 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=`` @@ -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=`` 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). -- cgit v1.2.3