[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.138,1.139 sound.html,1.18,1.19
Winner of tha face compo
gabucino at mplayer.dev.hu
Sun Dec 23 16:55:14 CET 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv4608
Modified Files:
documentation.html sound.html
Log Message:
'Plugins' subsection in Sound section
Audio up/downsampling plugin doc
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- documentation.html 23 Dec 2001 13:31:43 -0000 1.138
+++ documentation.html 23 Dec 2001 15:55:11 -0000 1.139
@@ -115,6 +115,10 @@
<LI><A HREF="sound.html#2.3.2">2.3.2 Audio</A></LI>
<UL>
<LI><A HREF="sound.html#2.3.2.1">2.3.2.1 Soundcard experiences, recommendations</A></LI>
+ <LI><A HREF="sound.html#2.3.2.2">2.3.2.2 Audio plugins</A></LI>
+ <UL>
+ <LI><A HREF="sound.html#2.3.2.2.1">2.3.2.2.1 Up/Downsampling</A></LI>
+ </UL>
</UL>
</UL>
<LI><A HREF="encoding.html#2.4">2.4 MEncoder - An Encoder based on MPlayer</A></LI>
Index: sound.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/sound.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sound.html 10 Dec 2001 17:37:18 -0000 1.18
+++ sound.html 23 Dec 2001 15:55:11 -0000 1.19
@@ -123,5 +123,21 @@
<LI>Please tell us how MPlayer and your soundcard(s) worked together!
</UL></P>
+
+<P><B><A NAME=2.3.2.2>2.3.2.2. Audio plugins</B></P>
+
+<P><B><A NAME=2.3.2.2.1>2.3.2.2.1. Up/Downsampling</B></P>
+
+<P><B>MPlayer</B> fully supports up/downsampling of audio stream.
+It is not autodetected, so you have to specify it explicitly even when
+for example you have a max 44.1Khz capable soundcard, and the audio
+is 48Khz. Also, this functionality is currently unimplemented in
+<B>MEncoder</B>.</P>
+
+<P>Usage :<BR>
+ <CODE>mplayer media.avi -aop list=resample:fout=<required
+ frequency in Hz, like 44100></CODE></P>
+
+
</BODY>
</HTML>
More information about the MPlayer-cvslog
mailing list