[MPlayer-cvslog] r21396 - trunk/etc/input.conf

gpoirier subversion at mplayerhq.hu
Thu Nov 30 09:47:30 CET 2006


Author: gpoirier
Date: Thu Nov 30 09:47:29 2006
New Revision: 21396

Modified:
   trunk/etc/input.conf

Log:
add more comments to input.conf, patch by compn % tempn A twmi P rr P com %


Modified: trunk/etc/input.conf
==============================================================================
--- trunk/etc/input.conf	(original)
+++ trunk/etc/input.conf	Thu Nov 30 09:47:29 2006
@@ -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 @@
 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 @@
 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 @@
 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 @@
 #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 @@
 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



More information about the MPlayer-cvslog mailing list