From 8dbbc2ad82d6ebfa986db4726e2e5006b7cb0a9d Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 21 Jan 2024 20:37:47 -0600 Subject: player: add an auto option to deinterlace Deinterlacing required that the user set it on/off themselves, but we actually have handy flags for detecting if a frame is interlaced. So it's pretty simple to make an auto option using that. Unfortunately, life is not quite that simple and there are known cases of false positives from the ffmpeg flags so we can't make auto the default value. However, it still may have some utility for some people, and the detection could potentially be improved upon later. Closes #10358. --- DOCS/man/mpv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/mpv.rst') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index bac62f2045..570d81535d 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -206,7 +206,7 @@ Shift+PGUP and Shift+PGDWN PGUP/PGDWN without Shift.) d - Activate/deactivate deinterlacer. + Cycle the deinterlacing filter. A Cycle aspect ratio override. -- cgit v1.2.3