From ef7278b4fd53d870470705d2314f1ec5c79b4333 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 8 Jul 2015 15:14:38 +0200 Subject: vf_vdpaupp: don't attempt to deinterlace progressive frames --- DOCS/interface-changes.rst | 4 +++- DOCS/man/vf.rst | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 47ad7b5ae9..bf2b17d1cd 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -20,7 +20,9 @@ Interface changes :: --- mpv 0.10.0 will be released --- - - add vf yadif/vavpp interlaced-only suboptions + - add vf yadif/vavpp/vdpaupp interlaced-only suboptions + Also, the option is enabled by default (Except vf_yadif, which has + it enabled only if it's inserted by the deinterlace property.) - 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 0b2cf8154d..c49ef95ced 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -870,6 +870,8 @@ Available filters are: ``pullup`` Try to apply inverse telecine, needs motion adaptive temporal deinterlacing. + ``interlaced-only=`` + If ``yes`` (default), only deinterlace frames marked as interlaced. ``hqscaling=<0-9>`` 0 Use default VDPAU scaling (default). -- cgit v1.2.3