summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-08 13:40:06 +0200
committerwm4 <wm4@nowhere>2015-07-08 14:48:11 +0200
commit4781f9e69a074ded4404784138bccc231906b492 (patch)
tree257e1edf7685d455263d21b229b7800b367f6044 /DOCS
parent9620e37d6a7e34f86bde7886f9c0b1e564576a68 (diff)
downloadmpv-4781f9e69a074ded4404784138bccc231906b492.tar.bz2
mpv-4781f9e69a074ded4404784138bccc231906b492.tar.xz
vf_vavpp: don't attempt to deinterlace progressive frames
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/vf.rst4
2 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 48e25fb7b2..47ad7b5ae9 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,7 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
+ - add vf yadif/vavpp interlaced-only suboptions
- add --hwdec-preload
- add ao coreaudio exclusive suboption
- add ``track-list/N/forced`` property
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 991dd64eca..0b2cf8154d 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -822,6 +822,10 @@ Available filters are:
depends on the GPU hardware, the GPU drivers, driver bugs, and
mpv bugs.
+ ``<interlaced-only>``
+ :no: Deinterlace all frames.
+ :yes: Only deinterlace frames marked as interlaced (default).
+
``vdpaupp``
VDPAU video post processing. Works with ``--vo=vdpau`` and ``--vo=opengl``
only. This filter is automatically inserted if deinterlacing is requested