From 86ba9a7f24bb977898fd6b802f0165f7c297e2be Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Dec 2013 22:21:24 +0100 Subject: 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. --- DOCS/man/en/vf.rst | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'DOCS/man') 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 ```` - :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. ```` :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 -- cgit v1.2.3