[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1008,1.1009

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu Jun 16 11:03:14 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv15289/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
support lenght-quoting of strings in subopt parser.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1008
retrieving revision 1.1009
diff -u -r1.1008 -r1.1009
--- mplayer.1	15 Jun 2005 08:14:55 -0000	1.1008
+++ mplayer.1	16 Jun 2005 09:03:11 -0000	1.1009
@@ -383,6 +383,22 @@
 If an option is marked as (XXX only), it will only work in combination with
 the XXX option or if XXX is compiled in.
 .PP
+.I NOTE:
+.PD 0
+.RSs
+The suboption parser (used for example for -ao pcm suboptions) supports
+a special kind of string-escaping intended for use with external GUIs.
+.PP
+It has the following format:
+.PP
+%n%string_of_lenght_n
+.PP
+Usage example:
+.PP
+mplayer -ao pcm:file=%10%C:test.wav test.avi
+.RE
+.PD 1
+.PP
 You can put all of the options in a configuration file which will be read
 every time MPlayer is run.
 The system-wide configuration file 'mplayer.conf' is in your configuration




More information about the MPlayer-DOCS mailing list