summaryrefslogtreecommitdiffstats
path: root/etc/input.conf
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-30 08:47:29 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-30 08:47:29 +0000
commit98760a85551cd06ebe99129ddb954ef71b9d577c (patch)
tree0044e27a2ce372f9a94f955038c2a8dc8b0195ea /etc/input.conf
parent7d3dc8290d494ce9d803b0537ab8faa7e40d85f7 (diff)
downloadmpv-98760a85551cd06ebe99129ddb954ef71b9d577c.tar.bz2
mpv-98760a85551cd06ebe99129ddb954ef71b9d577c.tar.xz
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21396 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/input.conf')
-rw-r--r--etc/input.conf36
1 files changed, 24 insertions, 12 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 33d7f6bae2..d6f1f05879 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -4,7 +4,7 @@
## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
## add new ones here.
## See DOCS/tech/slave.txt for possible commands that can be bound.
-##
+## Also see mplayer -input cmdlist for other possible options.
## The file should be placed in the $HOME/.mplayer directory.
##
@@ -14,6 +14,7 @@ DOWN seek -60
UP seek +60
PGUP seek 600
PGDWN seek -600
+# switch_audio # switch audio streams
+ audio_delay 0.100
- audio_delay -0.100
[ speed_mult 0.9091 # scale playback speed
@@ -23,19 +24,20 @@ PGDWN seek -600
BS speed_set 1.0 # reset speed to normal
q quit
ESC quit
-ENTER pt_step 1 1
+ENTER pt_step 1 1 # skip to next file
p pause
-. frame_step
+. frame_step # advance one frame and pause
SPACE pause
HOME pt_up_step 1
END pt_up_step -1
-> pt_step 1
-< pt_step -1
+> pt_step 1 # skip to next file
+< pt_step -1 # previous
INS alt_src_step 1
DEL alt_src_step -1
o osd
-z sub_delay -0.1
-x sub_delay +0.1
+I osd_show_property_text "${filename}" # display filename in osd
+z sub_delay -0.1 # subtract 100 ms delay from subs
+x sub_delay +0.1 # add
9 volume -1
/ volume -1
0 volume 1
@@ -49,14 +51,16 @@ x sub_delay +0.1
7 saturation -1
8 saturation 1
d frame_drop
-r sub_pos -1
-t sub_pos +1
+r sub_pos -1 # move subtitles up
+t sub_pos +1 # down
#? sub_step +1 # immediately display next subtitle
#? sub_step -1 # previous
f vo_fullscreen
-T vo_ontop
-w panscan -0.1
-e panscan +0.1
+T vo_ontop # toggle video window ontop of other windows
+w panscan -0.1 # zoom out with -panscan 0 -fs
+e panscan +0.1 # in
+s screenshot # take a png screenshot with -vf screenshot
+ # S will take a png screenshot of every frame
I osd_show_property_text "${filename}"
@@ -113,6 +117,11 @@ JOY_BTN3 volume -1
#y menu hide
#y set_menu general_pref
+##
+## DVDNAV
+## Requires dvdnav://
+##
+
KP8 dvdnav 1 # DVDNav UP
KP2 dvdnav 2 # DVDNav DOWN
KP4 dvdnav 3 # DVDNav LEFT
@@ -120,3 +129,6 @@ KP6 dvdnav 4 # DVDNav RIGHT
KP5 dvdnav 5 # DVDNav MENU
KP_ENTER dvdnav 6 # DVDNav SELECT (ok)
KP7 dvdnav 7 # DVDNav PREVIOUS menu (in the order chapter->title->root)
+
+#? seek_chapter -1 # skip to previous dvd chapter
+#? seek_chapter +1 # next