[MPlayer-DOCS] r20237 - trunk/DOCS/man/en/mplayer.1
diego
subversion at mplayerhq.hu
Sun Oct 15 16:12:18 CEST 2006
Author: diego
Date: Sun Oct 15 16:12:18 2006
New Revision: 20237
Modified:
trunk/DOCS/man/en/mplayer.1
Log:
Escape some more - signs.
Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1 (original)
+++ trunk/DOCS/man/en/mplayer.1 Sun Oct 15 16:12:18 2006
@@ -506,7 +506,7 @@
the XXX option or if XXX is compiled in.
.PP
.I NOTE:
-The suboption parser (used for example for -ao pcm suboptions) supports
+The suboption parser (used for example for \-ao pcm suboptions) supports
a special kind of string-escaping intended for use with external GUIs.
.br
It has the following format:
@@ -515,11 +515,11 @@
.br
.I EXAMPLES:
.br
-mplayer -ao pcm:file=%10%C:test.wav test.avi
+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
+mplayer \-ao pcm:file=%`expr length "$NAME"`%"$NAME" test.avi
.PP
.
.\" --------------------------------------------------------------------------
@@ -639,7 +639,7 @@
.TP
.B \-msgcharset <charset>
Convert console messages to the specified character set (default: autodetect).
-Text will be in the encoding specified with the --charset configure option.
+Text will be in the encoding specified with the \-\-charset configure option.
Set this to "noconv" to disable conversion (for e.g.\& iconv problems).
.br
.I NOTE:
@@ -781,7 +781,7 @@
.TP
.B \-crash-debug (DEBUG CODE)
Automatically attaches gdb upon crash or SIGTRAP.
-Support must be compiled in by configuring with --enable-crash-debug.
+Support must be compiled in by configuring with \-\-enable-crash-debug.
.
.TP
.B \-edlout <filename>
@@ -8487,7 +8487,7 @@
.br
.I NOTE:
Should you rescale the video, you would need an interlace-aware resizer,
-which you can activate with -vf scale=<width>:<height>:1.
+which you can activate with \-vf scale=<width>:<height>:1.
.
.TP
.B "4mv\ \ \ \ "
@@ -10182,7 +10182,7 @@
.PP
.B Convert subtitles to MPsub format without watching the movie:
.nf
-mplayer /dev/\:zero \-rawvideo pal:fps=xx -demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
+mplayer /dev/\:zero \-rawvideo pal:fps=xx \-demuxer rawvideo \-vc null \-vo null \-noframedrop \-benchmark \-sub source.sub \-dumpmpsub
.fi
.
.PP
More information about the MPlayer-DOCS
mailing list