[MPlayer-DOCS] r32880 - in trunk: DOCS/man/de/mplayer.1 DOCS/man/en/mplayer.1 cfg-mplayer.h mplayer.c

cigaes subversion at mplayerhq.hu
Thu Feb 10 20:20:37 CET 2011


Author: cigaes
Date: Thu Feb 10 20:20:36 2011
New Revision: 32880

Log:
Fractional part of time stamp in OSD.

Add the -osd-fractions option to optionally show the fractional part of the
time stamp in the OSD.

Patch by Christian, herr.mitterlehner gsmpaaiml com

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/de/mplayer.1
   trunk/cfg-mplayer.h
   trunk/mplayer.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Thu Feb 10 14:50:28 2011	(r32879)
+++ trunk/DOCS/man/en/mplayer.1	Thu Feb 10 20:20:36 2011	(r32880)
@@ -2426,6 +2426,23 @@ Turns off automatic subtitle file loadin
 Set the duration of the OSD messages in ms (default: 1000).
 .
 .TP
+.B \-osd\-fractions <0\-2>
+Set how fractions of seconds of the current timestamp are printed on the OSD:
+.PD 0
+.RSs
+.IPs 0
+Do not display fractions (default).
+.IPs 1
+Show the first two decimals.
+.IPs 2
+Show approximated frame count within current second.
+This frame count is not accurate but only an approximation.
+For variable fps, the approximation is known to be far off the correct frame
+count.
+.RE
+.PD 1
+.
+.TP
 .B \-osdlevel <0\-3> (MPlayer only)
 Specifies which mode the OSD should start in.
 .PD 0


More information about the MPlayer-DOCS mailing list