mirror of https://github.com/mpv-player/mpv
input.conf: add `b` to toggle debanding
This commit is contained in:
parent
f914947dda
commit
212b3863c6
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue