Changes between Initial Version and Version 1 of MPlayerTipsAndTricks
- Timestamp:
- May 18, 2019, 12:20:52 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MPlayerTipsAndTricks
v1 v1 1 = Tips and Tricks = 2 3 A place for documenting various tips and tricks not covered by the man page or documentation. 4 5 1) Showing the OSD when MPlayer is paused:: 6 You can configure a key with the prefix `pausing toggle` in combination with 7 `osd_show_progression` in ''input.conf''. Examples: 8 {{{ 9 b pausing_toggle osd_show_progression 10 11 # or rebind the pause key(s) 12 p pausing_toggle osd_show_progression 13 SPACE pausing_toggle osd_show_progression 14 }}}