diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-15 14:38:02 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-15 14:38:02 +0000 |
commit | 1b339ddf4384a08dc54e48b9d8d76fe368438ff8 (patch) | |
tree | 6413e99159bd327c7765494eb6126479cfaf3801 | |
parent | 0d70ad324883deb90d2639a0ad4699b0a5f0454d (diff) |
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
-rw-r--r-- | DOCS/man/en/mplayer.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index baef2a3a4e..a48a3e6bf7 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -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) |