Advertisement
Guest User

Untitled

a guest
Sep 19th, 2011
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. olspookishmagus@armada:~$ file ~/.mplayer/input.conf
  2. /home/olspookishmagus/.mplayer/input.conf: ERROR: cannot open `/home/olspookishmagus/.mplayer/input.conf' (No such file or directory)
  3. olspookishmagus@armada:~$ dpkg -L mplayer | grep input.conf
  4. /etc/mplayer/input.conf
  5. olspookishmagus@armada:~$ cat /etc/mplayer/input.conf
  6. ##
  7. ## MPlayer input control file
  8. ##
  9. ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
  10. ## add new ones here.
  11. ## See DOCS/tech/slave.txt for possible commands that can be bound.
  12. ## Also see mplayer -input cmdlist for other possible options.
  13. ## The file should be placed in the $HOME/.mplayer directory.
  14. ##
  15. ## If you wish to unbind a key, use key ignore.
  16. ## e.g. ENTER ignore
  17. ##
  18.  
  19. RIGHT seek +10
  20. LEFT seek -10
  21. DOWN seek -60
  22. UP seek +60
  23. PGUP seek 600
  24. PGDWN seek -600
  25. m mute
  26. # switch_audio # switch audio streams
  27. + audio_delay 0.100
  28. = audio_delay 0.100
  29. - audio_delay -0.100
  30. [ speed_mult 0.9091 # scale playback speed
  31. ] speed_mult 1.1
  32. { speed_mult 0.5
  33. } speed_mult 2.0
  34. BS speed_set 1.0 # reset speed to normal
  35. q quit
  36. ESC quit
  37. ENTER pt_step 1 1 # skip to next file
  38. p pause
  39. . frame_step # advance one frame and pause
  40. SPACE pause
  41. HOME pt_up_step 1
  42. END pt_up_step -1
  43. > pt_step 1 # skip to next file
  44. < pt_step -1 # previous
  45. INS alt_src_step 1
  46. DEL alt_src_step -1
  47. o osd
  48. I osd_show_property_text "${filename}" # display filename in osd
  49. P osd_show_progression
  50. z sub_delay -0.1 # subtract 100 ms delay from subs
  51. x sub_delay +0.1 # add
  52. 9 volume -1
  53. / volume -1
  54. 0 volume 1
  55. * volume 1
  56. 1 contrast -1
  57. 2 contrast 1
  58. 3 brightness -1
  59. 4 brightness 1
  60. 5 hue -1
  61. 6 hue 1
  62. 7 saturation -1
  63. 8 saturation 1
  64. ( balance -0.1 # adjust audio balance in favor of left
  65. ) balance +0.1 # right
  66. d frame_drop
  67. D step_property deinterlace # toggle deinterlacer, requires -vf yadif or kerndeint
  68. r sub_pos -1 # move subtitles up
  69. t sub_pos +1 # down
  70. #? sub_step +1 # immediately display next subtitle
  71. #? sub_step -1 # previous
  72. #? sub_scale +0.1 # increase subtitle font size
  73. #? sub_scale -0.1 # decrease subtitle font size
  74. f vo_fullscreen
  75. T vo_ontop # toggle video window ontop of other windows
  76. w panscan -0.1 # zoom out with -panscan 0 -fs
  77. e panscan +0.1 # in
  78. c capturing # save (and append) file/stream to stream.dump with -capture
  79. s screenshot # take a png screenshot with -vf screenshot
  80. # S will take a png screenshot of every frame
  81.  
  82. h tv_step_channel 1
  83. l tv_step_channel -1
  84. n tv_step_norm
  85. b tv_step_chanlist
  86.  
  87. ##
  88. ## Joystick section
  89. ## WARNING: joystick support has to be explicitly enabled at
  90. ## compiletime with --enable-joystick
  91. ##
  92.  
  93. JOY_RIGHT seek 10
  94. JOY_LEFT seek -10
  95. JOY_UP seek 60
  96. JOY_DOWN seek -60
  97. JOY_BTN0 pause
  98. JOY_BTN1 osd
  99. JOY_BTN2 volume 1
  100. JOY_BTN3 volume -1
  101. JOY_BTN4 set_menu main
  102.  
  103. ##
  104. ## Apple Remote section
  105. ##
  106. ## To use OSD menu with Apple Remote, set key AR_MENU to any OSD menu command,
  107. ## or just comment out the 'AR_MENU osd' line and uncomment the line after it.
  108. ##
  109.  
  110. AR_PLAY pause
  111. AR_PLAY_HOLD quit
  112. AR_NEXT seek 30
  113. AR_NEXT_HOLD seek 120
  114. AR_PREV seek -10
  115. AR_PREV_HOLD seek -120
  116. AR_MENU menu up
  117. #AR_MENU menu cancel
  118. AR_MENU_HOLD mute
  119. AR_VUP volume 1
  120. AR_VDOWN volume -1
  121.  
  122. ##
  123. ## OSD Menu movement keys
  124. ##
  125. ## If you are using only the keyboard it is enough to define one command (like
  126. ## "menu up"), because then that single key will display the menu, which can
  127. ## then be navigated with the cursor keys and ENTER (defined in menu.conf).
  128. ##
  129. ## LIRC users should bind each "menu" command to a button on their remote.
  130. ##
  131. ## The set_menu command directly displays the (sub)menu specified as
  132. ## its argument. Usage should be self-explanatory (although not likely
  133. ## to be needed), after reading input.conf.
  134. ##
  135.  
  136. #MOUSE_BTN0 menu up
  137. #y menu down
  138. #y menu ok
  139. #y menu cancel
  140. #y menu hide
  141. #y set_menu general_pref
  142.  
  143. ##
  144. ## DVDNAV
  145. ## Requires dvdnav://
  146. ##
  147.  
  148. UP {dvdnav} dvdnav up # DVDNav UP
  149. DOWN {dvdnav} dvdnav down # DVDNav DOWN
  150. LEFT {dvdnav} dvdnav left # DVDNav LEFT
  151. RIGHT {dvdnav} dvdnav right # DVDNav RIGHT
  152. ESC {dvdnav} dvdnav menu # DVDNav MENU
  153. ENTER {dvdnav} dvdnav select # DVDNav SELECT (ok)
  154. BS {dvdnav} dvdnav prev # DVDNav PREVIOUS menu (in the order chapter->title->root)
  155.  
  156. AR_VUP {dvdnav} dvdnav up # DVDNav UP
  157. AR_VDOWN {dvdnav} dvdnav down # DVDNav DOWN
  158. AR_PREV {dvdnav} dvdnav left # DVDNav LEFT
  159. AR_NEXT {dvdnav} dvdnav right # DVDNav RIGHT
  160. AR_MENU {dvdnav} dvdnav menu # DVDNav MENU
  161. AR_PLAY {dvdnav} dvdnav select # DVDNav SELECT (ok)
  162.  
  163. #? seek_chapter -1 # skip to previous dvd chapter
  164. #? seek_chapter +1 # next
  165.  
  166. ##
  167. ## Advanced seek
  168. ## Uncomment the following lines to be able to seek to n% of the media with
  169. ## the Fx keys.
  170. ##
  171. #F1 seek 10 1
  172. #F2 seek 20 1
  173. #F3 seek 30 1
  174. #F4 seek 40 1
  175. #F5 seek 50 1
  176. #F6 seek 60 1
  177. #F7 seek 70 1
  178. #F8 seek 80 1
  179. #F9 seek 90 1
  180. olspookishmagus@armada:~$ cat /etc/mplayer/input.conf | grep ^g
  181. olspookishmagus@armada:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement