summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-12-27 16:37:58 +0100
committerKacper Michajłow <kasper93@gmail.com>2024-03-19 09:18:49 +0100
commit212b3863c6b4f723facdadf3d295d7a47658b9a5 (patch)
tree80b32409f9b03d87a018373a25e251f3cb1144f1
parentf914947dda421aa5903084cf1813412c8bacb003 (diff)
downloadmpv-212b3863c6b4f723facdadf3d295d7a47658b9a5.tar.bz2
mpv-212b3863c6b4f723facdadf3d295d7a47658b9a5.tar.xz
input.conf: add `b` to toggle debanding
-rw-r--r--DOCS/man/mpv.rst3
-rw-r--r--etc/input.conf1
2 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 60d9269d3d..93e9207061 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -205,6 +205,9 @@ Shift+PGUP and Shift+PGDWN
Seek backward or forward by 10 minutes. (This used to be mapped to
PGUP/PGDWN without Shift.)
+b
+ Activate/deactivate debanding.
+
d
Cycle the deinterlacing filter.
diff --git a/etc/input.conf b/etc/input.conf
index 3112d1eea8..000f7ae650 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -120,6 +120,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
+#b cycle deband # toggle the debanding filter
#d cycle deinterlace # cycle the deinterlacing filter
#r add sub-pos -1 # move subtitles up
#R add sub-pos +1 # move subtitles down