summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-08 00:43:14 +0200
committerwm4 <wm4@nowhere>2014-08-08 00:43:14 +0200
commit90ec3334174e80c16f00971886223a3afabc1aca (patch)
treef3b3b5489cecdb44eaa6988da9e52fa0bf5735cc
parentfa682af6ee1f545eaee2127096121848dd20abbf (diff)
downloadmpv-90ec3334174e80c16f00971886223a3afabc1aca.tar.bz2
mpv-90ec3334174e80c16f00971886223a3afabc1aca.tar.xz
input.conf: unmap some more obscure bindings
Changing audio-delay is probably not needed. Changing balance "works", but not as expected (sets up a pan matrix to change left/right contributions to each other, rather than changing the relative volumes of each channel). I expect that the rest are not in use by anyone.
-rw-r--r--etc/input.conf23
1 files changed, 11 insertions, 12 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 2a088dee0d..fe07fc01db 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -69,8 +69,6 @@
#Shift+LEFT no-osd seek -1 - exact
#Shift+UP no-osd seek 5 - exact
#Shift+DOWN no-osd seek -5 - exact
-#+ add audio-delay 0.100 # this changes audio/video sync
-#- add audio-delay -0.100
#[ multiply speed 0.9091 # scale playback speed
#] multiply speed 1.1
#{ multiply speed 0.5
@@ -98,8 +96,6 @@
#/ add volume -1
#0 add volume 1
#* add volume 1
-#( add balance -0.1 # adjust audio balance in favor of left
-#) add balance 0.1 # right
#m cycle mute
#1 add contrast -1
#2 add contrast 1
@@ -110,7 +106,7 @@
#7 add saturation -1
#8 add saturation 1
#d cycle framedrop # cycle through framedrop modes
-# toggle deinterlacer; requires either vdpau output, -vf yadif or kerndeint
+# toggle deinterlacer (automatically inserts or removes required filter)
#D cycle deinterlace
# Next 3 currently only work with --no-ass
#r add sub-pos -1 # move subtitles up
@@ -120,10 +116,8 @@
#V cycle ass-vsfilter-aspect-compat
#j cycle sub # cycle through subtitles
#J cycle sub down # ...backwards
-#F cycle sub-forced-only
#SHARP cycle audio # switch audio streams
#_ cycle video
-#TAB cycle program
#T cycle ontop # toggle video window ontop of other windows
#f cycle fullscreen # toggle fullscreen
#s screenshot # take a screenshot
@@ -149,11 +143,6 @@
#PGUP add chapter -1 # skip to previous chapter
#PGDWN add chapter 1 # skip to next chapter
#E cycle edition # next edition
-#A cycle angle
-#U stop
-
-#l cycle quvi-format 1
-#L cycle quvi-format -1
# Apple Remote section
#AR_PLAY cycle pause
@@ -220,3 +209,13 @@
# ? sub_step +1 # previous
# ? cycle_values window-scale 0.5 2 1 # switch between 1/2, 2x, unresized window size
# ? cycle colormatrix
+# ? add audio-delay 0.100 # this changes audio/video sync
+# ? add audio-delay -0.100
+# ? cycle angle # switch DVD/Bluray angle
+# ? add balance -0.1 # adjust audio balance in favor of left
+# ? add balance 0.1 # right
+# ? cycle sub-forced-only # toggle DVD forced subs
+# ? cycle program # cycle transport stream programs
+# ? stop # stop playback (quit or enter idle mode)
+# ? cycle quvi-format 1 # cycle streaming video quality (semi-broken)
+# ? cycle quvi-format -1