summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-03 22:21:24 +0100
committerwm4 <wm4@nowhere>2013-12-04 00:07:38 +0100
commit86ba9a7f24bb977898fd6b802f0165f7c297e2be (patch)
tree0705d34a4014b6abbbefe327692ce58ba62e0003 /DOCS/man
parent25635a62c346f307f5d319a38c444f91b7928d43 (diff)
downloadmpv-86ba9a7f24bb977898fd6b802f0165f7c297e2be.tar.bz2
mpv-86ba9a7f24bb977898fd6b802f0165f7c297e2be.tar.xz
vf_yadif: change options, reroute to vf_lavfi
Also remove the ability to disable deinterlacing at runtime. You can still disable deinterlacing at runtime by using the ``D`` key and its automatical filter insertion/removal.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/vf.rst25
1 files changed, 14 insertions, 11 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index ab32cd6907..3bd55d88cb 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -682,25 +682,28 @@ Available filters are:
Yet another deinterlacing filter
``<mode>``
- :0: Output 1 frame for each frame.
- :1: Output 1 frame for each field.
- :2: Like 0 but skips spatial interlacing check.
- :3: Like 1 but skips spatial interlacing check.
+ :frame: Output 1 frame for each frame.
+ :field: Output 1 frame for each field.
+ :frame-nospatial: Like ``frame`` but skips spatial interlacing check.
+ :field-nospatial: Like ``field`` but skips spatial interlacing check.
``<enabled>``
:yes: Filter is active (default).
:no: Filter is not active, but can be activated with the ``D`` key
(or any other key that toggles the ``deinterlace`` property).
- .. note::
+ 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.
- Deprecated. Use libavfilter's ``yadif`` filter through ``--vf=lavfi``
- instead.
+ 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
+ ``--deinterlace``.
- This filter, or libavfilter's implementation if available, is automatically
- inserted when using the ``D`` key (or any other key that toggles the
- ``deinterlace`` property), assuming the video output does not have native
- deinterlacing support.
+ Also note that the ``D`` key is stupid enough to insert an interlacer twice
+ when inserting yadif with ``--vf``, so using the above methods is
+ recommended.
``down3dright[=lines]``
Reposition and resize stereoscopic images. Extracts both stereo fields and