1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 06:11:10 +00:00

Another usage example for the %n%str escaping syntax and ao_sgi documentation update

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16773 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-10-15 14:38:02 +00:00
parent 0d70ad3248
commit 1b339ddf43

View File

@ -455,9 +455,13 @@ It has the following format:
.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 @@ native Mac OS X audio output driver
.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)