From 4107a8be6ccd843378414704e69225168e3494f9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Feb 2018 18:44:46 +0100 Subject: vf_vavpp: select best quality deinterlacing algorithm by default This switches the default away from "bob" to the best algorithm reported as supported by the driver. This is convenient for users, and there is no reason to use something worse by default. Untested. --- DOCS/man/vf.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 17df70f920..d979337e42 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -478,10 +478,14 @@ Available mpv-only filters are: no Don't perform deinterlacing. + auto + Select the best quality deinterlacing algorithm (default). This + goes by the order of the options as documented, with + ``motion-compensated`` being considered best quality. first-field Show only first field. bob - bob deinterlacing (default). + bob deinterlacing. weave, motion-adaptive, motion-compensated Advanced deinterlacing algorithms. Whether these actually work depends on the GPU hardware, the GPU drivers, driver bugs, and -- cgit v1.2.3