mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 23:02:37 +00:00
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.
This commit is contained in:
parent
fa682af6ee
commit
90ec333417
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user