From 1b339ddf4384a08dc54e48b9d8d76fe368438ff8 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 15 Oct 2005 14:38:02 +0000 Subject: 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 --- DOCS/man/en/mplayer.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'DOCS') 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 "" +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) -- cgit v1.2.3