summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-01-21 20:37:47 -0600
committerDudemanguy <random342@airmail.cc>2024-02-07 14:50:09 +0000
commit8dbbc2ad82d6ebfa986db4726e2e5006b7cb0a9d (patch)
treec9dd1bfe83ed3141275e7bf560214200e0322305 /etc
parent9ce2bafbe9a49afe65eb86b46625f12dcb1b3110 (diff)
downloadmpv-8dbbc2ad82d6ebfa986db4726e2e5006b7cb0a9d.tar.bz2
mpv-8dbbc2ad82d6ebfa986db4726e2e5006b7cb0a9d.tar.xz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 0b0e6da015..cfb97fc7d8 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -118,7 +118,7 @@
#Alt+0 set current-window-scale 0.5 # halve the window size
#Alt+1 set current-window-scale 1.0 # reset the window size
#Alt+2 set current-window-scale 2.0 # double the window size
-#d cycle deinterlace # toggle the deinterlacing filter
+#d cycle deinterlace # cycle the deinterlacing filter
#r add sub-pos -1 # move subtitles up
#R add sub-pos +1 # move subtitles down
#t add sub-pos +1 # move subtitles down