[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1136,1.1137
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Oct 15 16:38:05 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv25353
Modified Files:
mplayer.1
Log Message:
Another usage example for the %n%str escaping syntax and ao_sgi documentation update
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1136
retrieving revision 1.1137
diff -u -r1.1136 -r1.1137
--- mplayer.1 11 Oct 2005 13:34:24 -0000 1.1136
+++ mplayer.1 15 Oct 2005 14:38:02 -0000 1.1137
@@ -455,9 +455,13 @@
.br
%n%string_of_length_n
.br
-.I EXAMPLE:
+.I EXAMPLES:
.br
mplayer -ao pcm:file=%10%C:test.wav test.avi
+.br
+Or in a script:
+.br
+mplayer -ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi
.PP
You can put all of the options in configuration files which will be read
every time MPlayer/MEncoder is run.
@@ -1989,6 +1993,14 @@
.TP
.B sgi (SGI only)
native SGI audio output driver
+.PD 0
+.RSs
+.IPs "<output device name>"
+Explicitly choose the output device/\:interface to use
+(default: system-wide default).
+For example, 'Analog\ Out' or 'Digital\ Out'.
+.RE
+.PD 1
.
.TP
.B sun (Sun only)
More information about the MPlayer-DOCS
mailing list