From 25755f5fe75ad2a4ac9fb4ecf70f7bdf7a58a04c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 7 Jul 2015 15:18:56 +0200 Subject: vf_yadif: expose interlaced frame mode Also remove the enabled suboption, which did nothing. (It was probably broken at some point.) --- DOCS/man/vf.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index f1c4cf04b9..c9f080e0b4 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -518,7 +518,7 @@ Available filters are: video. The main purpose of setting ``mp`` to a chroma plane is to reduce CPU load and make pullup usable in realtime on slow machines. -``yadif=[mode[:enabled=yes|no]]`` +``yadif=[mode:interlaced-only]`` Yet another deinterlacing filter ```` @@ -527,10 +527,9 @@ Available filters are: :frame-nospatial: Like ``frame`` but skips spatial interlacing check. :field-nospatial: Like ``field`` but skips spatial interlacing check. - ```` - :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). + ```` + :no: Deinterlace all frames (default). + :yes: Only deinterlace frames marked as interlaced. This filter, is automatically inserted when using the ``D`` key (or any other key that toggles the ``deinterlace`` property or when using the -- cgit v1.2.3