[MPlayer-DOCS] r34774 - in trunk: DOCS/man/en/mplayer.1 cfg-mplayer.h etc/example.conf mplayer.h sub/sub.c

cigaes subversion at mplayerhq.hu
Fri Feb 24 21:19:47 CET 2012


Author: cigaes
Date: Fri Feb 24 21:19:46 2012
New Revision: 34774

Log:
Allow to set the OST progress position.

Patch by Changyu Li, ironyman13 at gmail.

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

Changes in other areas also in this revision:
Modified:
   trunk/cfg-mplayer.h
   trunk/etc/example.conf
   trunk/mplayer.h
   trunk/sub/sub.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Fri Feb 24 18:26:35 2012	(r34773)
+++ trunk/DOCS/man/en/mplayer.1	Fri Feb 24 21:19:46 2012	(r34774)
@@ -533,6 +533,8 @@ flip=yes
 mf=type=png:fps=25
 # Eerie negative images are cool.
 vf=eq2=1.0:\-0.8
+# OSD progress bar vertical alignment
+progbar-align=50
 .fi
 .PP
 .I "EXAMPLE MENCODER CONFIGURATION FILE:"
@@ -2609,6 +2611,11 @@ still visible (default is to enable the 
 formats).
 .
 .TP
+.B \-progbar\-align <0-100>
+Specify the vertical alignment of the progress bar
+(0: top, 100: bottom, default is 50, i.e. centered).
+.
+.TP
 .B \-sid <ID> (also see \-slang, \-vobsubid)
 Display the subtitle stream specified by <ID> (0\-31).
 MPlayer prints the available subtitle IDs when run in verbose (\-v) mode.


More information about the MPlayer-DOCS mailing list