[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.36,1.37 documentation.html,1.123,1.124 formats.html,1.5,1.6 mplayer.1,1.108,1.109
Winner of tha face compo
gabucino at mplayer.dev.hu
Sat Dec 1 12:30:24 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian documentation.html,1.65,1.66
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian codecs.html,1.26,1.27 documentation.html,1.66,1.67 formats.html,1.2,1.3 mplayer.1,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv640
Modified Files:
codecs.html documentation.html formats.html mplayer.1
Log Message:
"Software AC3 decoding" section. Patch by Stephen Davies <steve at daviesfam.org>
(doxized)
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- codecs.html 28 Nov 2001 06:35:21 -0000 1.36
+++ codecs.html 1 Dec 2001 11:30:21 -0000 1.37
@@ -207,7 +207,37 @@
</UL></P>
-<P><B><A NAME=2.2.2.1>2.2.2.1. Hardware AC3 decoding</A></B></P>
+<P><B><A NAME=2.2.2.1>2.2.2.1. Software AC3 decoding</A></B></P>
+
+<P>This is the default decoder used for files with AC3 audio.</P>
+
+<P>The AC3 decoder can create output audio mixes for 2, 4, or 6
+speakers. When configured for 6 speakers, this decoder provides
+separate output of all the AC3 channels to the soundcard driver,
+allowing the full "surround sound" experience without the external AC3
+decoder required to use the hwac3 codec.</P>
+
+<P>Use the <CODE>-channels</CODE> option to select the number of output channels.
+Use <CODE>-channels 2</CODE> for a stereo downmix. For a 4 channel downmix (Left
+Front, Right Front, Left Surround and Right Surround outputs), use
+<CODE>-channels 4</CODE>. In this case, any Centre channel will be mixed
+equally to the front channels. Lastly, "-channels 6" will output all the AC3
+channels as they are encoded - in the order Left, Right, Left Surround, Right
+Surround, Centre and LFE.</P>
+
+<P>The default number of output channels is 2.</P>
+
+<P>To use more than 2 output channels, you'll need to be using OSS,
+and to have a soundcard driver that supports the appropriate number of
+output channels via the SNDCTL_DSP_CHANNELS ioctl. For example, a
+version of the emu10k1 driver (used with the SB Live cards) newer than
+August 2001 should be suitable.</P>
+
+<P>Output mixes of more than 2 channels should be considered
+experimental.</P>
+
+
+<P><B><A NAME=2.2.2.2>2.2.2.2. Hardware AC3 decoding</A></B></P>
<P>You'll need an AC3 capable soundcard, with digital out (SP/DIF). The
card's driver must support the AFMT_AC3 format (like SB Live! does).
@@ -215,7 +245,7 @@
option. It may or may not work (experimental). (probably won't...)</P>
-<P><B><A NAME=2.2.2.2>2.2.2.2. libmad support</A></B></P>
+<P><B><A NAME=2.2.2.3>2.2.2.3. libmad support</A></B></P>
<P><A HREF="http://mad.sourceforge.net">libmad</A> is a multiplatform MPEG audio
decoding library. If you don't know why is it good, you probably don't need it.</P>
@@ -224,7 +254,7 @@
option.</P>
-<P><B><A NAME=2.2.2.3>2.2.2.3. VIVO audio</A></B></P>
+<P><B><A NAME=2.2.2.4>2.2.2.4. VIVO audio</A></B></P>
<P>The audio codec used in VIVO files depends on whether it's a VIVO/1.0 or
VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- documentation.html 1 Dec 2001 09:58:58 -0000 1.123
+++ documentation.html 1 Dec 2001 11:30:21 -0000 1.124
@@ -55,9 +55,10 @@
</UL>
<LI><A HREF="codecs.html#2.2.2">2.2.2 Audio</A></LI>
<UL>
- <LI><A HREF="codecs.html#2.2.2.1">2.2.2.1 Hardware AC3 decoding</A></LI>
- <LI><A HREF="codecs.html#2.2.2.2">2.2.2.2 libmad support</A></LI>
- <LI><A HREF="codecs.html#2.2.2.3">2.2.2.3 VIVO audio</A></LI>
+ <LI><A HREF="codecs.html#2.2.2.1">2.2.2.1 Software AC3 decoding</A></LI>
+ <LI><A HREF="codecs.html#2.2.2.2">2.2.2.2 Hardware AC3 decoding</A></LI>
+ <LI><A HREF="codecs.html#2.2.2.3">2.2.2.3 libmad support</A></LI>
+ <LI><A HREF="codecs.html#2.2.2.4">2.2.2.4 VIVO audio</A></LI>
</UL>
<LI><A HREF="codecs.html#2.2.3">2.2.3 Win32 codec importing howto</A></LI>
<UL>
@@ -332,6 +333,14 @@
supported under Linux/MPlayer. If you have a <B>Radeon</B> or <B>Rage128</B> card, we have a
<B>XXX_vid</B> driver for you, with TV out ! Check <A
HREF="video.html#2.3.1.14">this</A> section !</LI>
+</UL>
+
+<P><B><I>SOUNDCARDS</I></B></P>
+
+<UL>
+<LI><B>Soundblaster Live!</B> : with this card you can use 4 or 6 (<B>5.1</B>)
+channels AC3 decoding instead of 2. Read the
+<A HREF="codecs.html#2.2.2.1">Software AC3 decoding</A> section.</LI>
</UL>
<P><B><I>FEATURES</I></B></P>
Index: formats.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/formats.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- formats.html 20 Nov 2001 14:19:31 -0000 1.5
+++ formats.html 1 Dec 2001 11:30:21 -0000 1.6
@@ -153,7 +153,7 @@
it may be <B>g.723</B> (standard), or <B>Vivo Siren</B> .</P>
<P>See the <A HREF=codecs.html#2.2.1.4>VIVO video codec</A>
-and <A HREF=codecs.html#2.2.2.3>VIVO audio codec</A> sections for installation
+and <A HREF=codecs.html#2.2.2.4>VIVO audio codec</A> sections for installation
instructions.</P>
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- mplayer.1 30 Nov 2001 17:19:11 -0000 1.108
+++ mplayer.1 1 Dec 2001 11:30:21 -0000 1.109
@@ -48,6 +48,7 @@
.RB [ \-nodouble ]
.RB [ \-double ]
.RB [ \-stereo\ mode ]
+.RB [ \-channels\ n ]
.RB [ \-srate\ Hz ]
.RB [ \-osdlevel\ level ]
.RB [ \-config\ file ]
@@ -403,7 +404,15 @@
Stereo 0
Left channel 1
Right channel 2
+.TP
+.B \-channels n
+select number of audio output channels to be used
+
+ Stereo 2
+ Surround 4
+ Full 5.1 6
+Currently this option is only honoured for AC3 audio.
.TP
.B \-srate Hz
specifies Hz to playback audio on. Has effect on playback speed!
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian documentation.html,1.65,1.66
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian codecs.html,1.26,1.27 documentation.html,1.66,1.67 formats.html,1.2,1.3 mplayer.1,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list