[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.833,1.834

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Jan 2 15:41:49 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	mplayer.1 
Log Message:
Add -ao pcm suboptions and remove -aofile and -waveheader options.
Base on idea by Olivier Rolland (billl at users dot sf dot net)


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.833
retrieving revision 1.834
diff -u -r1.833 -r1.834
--- mplayer.1	28 Dec 2004 01:53:17 -0000	1.833
+++ mplayer.1	2 Jan 2005 14:41:46 -0000	1.834
@@ -1669,10 +1669,6 @@
 Override audio driver/\:card buffer size detection.
 .
 .TP
-.B \-aofile <filename>
-Override the default filename employed by \-ao pcm.
-.
-.TP
 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...>
 Specify audio plugin(s) and their options
 (also see the audio plugins section of the documentation).
@@ -1770,11 +1766,6 @@
 the maximum, which e.g.\& the OSD cannot display correctly.
 .
 .TP
-.B \-nowaveheader (\-ao pcm only)
-Don't include wave header.
-Used for raw PCM.
-.
-.TP
 .B \-volstep <0\-100>
 Set the step size of mixer volume changes in percent of the whole range
 (default: 3).
@@ -1908,9 +1899,24 @@
 Use \-nosound for benchmarking.
 .
 .TP
-.B pcm (also see \-aofile)
+.B pcm
 Raw PCM/\:wave file writer audio output.
-Writes the sound to ./audiodump.wav.
+.PD 0
+.RSs
+.IPs (no)waveheader
+Include or do not include the wave header (default: included).
+When not included, raw PCM will be generated.
+.IPs file=<filename>
+Write the sound to <filename> instead of the default
+audiodump.wav.
+.REss
+.PD 1
+.RS
+.sp 1
+.I NOTE:
+If you do not specify any option the output is progressive
+(i.e.\& not interlaced).
+.RE
 .
 .TP
 .B plugin\ \ 




More information about the MPlayer-DOCS mailing list