summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-22 23:56:42 +0100
committerwm4 <wm4@nowhere>2013-02-23 00:12:45 +0100
commit2e1063d781732f0c98f31e73ebc4f364d599818e (patch)
treed402c2687895c09dc7cf61c84e600d2be6fb83ab /DOCS
parent5374e26f9e2cfbc3b7323c1b4e16975ad7f2c5e9 (diff)
downloadmpv-2e1063d781732f0c98f31e73ebc4f364d599818e.tar.bz2
mpv-2e1063d781732f0c98f31e73ebc4f364d599818e.tar.xz
vf_yadif: switch to option parser, allow disabling by default
Use the option parser instead of sscanf. Remove the parameter changing the field dominance (it has been marked deprecated for ages). Add a new suboption "enabled", which can be used to disable the filter by default, until it's enabled at runtime: mpv -vf yadif=enabled=no
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vf.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index b522b77b4d..4e1e0b733b 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -601,7 +601,7 @@ phase[=t|b|p|a|u|T|B|A|U][:v]
average squared difference between fields for t, b, and p
alternatives.
-yadif=[mode[:field_dominance]]
+yadif=[mode[:enabled=yes|no]]
Yet another deinterlacing filter
<mode>
@@ -610,11 +610,10 @@ yadif=[mode[:field_dominance]]
:2: Like 0 but skips spatial interlacing check.
:3: Like 1 but skips spatial interlacing check.
- <field_dominance> (DEPRECATED)
- Operates like tfields.
-
- *NOTE*: This option will possibly be removed in a future version. Use
- ``--field-dominance`` instead.
+ <enabled>
+ :yes: Filter is active (default).
+ :no: Filter is not active, but can be deactivated with the ``D`` key
+ (or any other key that toggles the ``deinterlace`` property).
down3dright[=lines]
Reposition and resize stereoscopic images. Extracts both stereo fields and