comparison DOCS/man/en/mplayer.1 @ 19757:28fbad45a4c0

-nortc is now the default, document -rtc instead. Change the description of -rtc and -softsleep.
author uau
date Sat, 09 Sep 2006 02:29:13 +0000
parents 4c6f19ae1287
children 6f84399fb197
comparison
equal deleted inserted replaced
19756:f5584340d2e6 19757:28fbad45a4c0
899 .B \-nomouseinput (X11 only) 899 .B \-nomouseinput (X11 only)
900 Disable mouse button press/\:release input (mozplayerxp's context menu relies 900 Disable mouse button press/\:release input (mozplayerxp's context menu relies
901 on this option). 901 on this option).
902 . 902 .
903 .TP 903 .TP
904 .B \-nortc (RTC only) 904 .B \-rtc (RTC only)
905 Turns off usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing 905 Turns on usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing
906 mechanism. 906 mechanism.
907 This wakes up the process every 1/1024 seconds to check the current time.
908 Useless with modern Linux kernels configured for desktop use as they already
909 wake up the process with similar accuracy when using normal timed sleep.
907 . 910 .
908 .TP 911 .TP
909 .B \-playing-msg <string> 912 .B \-playing-msg <string>
910 Print out a string before starting playback. 913 Print out a string before starting playback.
911 The following expansions are supported: 914 The following expansions are supported:
959 See \-input cmdlist for a list of slave commands and DOCS/tech/slave.txt 962 See \-input cmdlist for a list of slave commands and DOCS/tech/slave.txt
960 for their description. 963 for their description.
961 . 964 .
962 .TP 965 .TP
963 .B \-softsleep 966 .B \-softsleep
964 Use high-quality software timers instead of the RTC. 967 Time frames by repeatedly checking the current time instead of asking the
965 As precise as the RTC without requiring special privileges. 968 kernel to wake up MPlayer at the correct time.
969 Useful if your kernel timing is imprecise and you cannot use the RTC either.
966 Comes at the price of higher CPU consumption. 970 Comes at the price of higher CPU consumption.
967 . 971 .
968 .TP 972 .TP
969 .B \-sstep <sec> 973 .B \-sstep <sec>
970 Skip <sec> seconds after every frame. 974 Skip <sec> seconds after every frame.