changeset 3671:e84d8f81a120

'Plugins' subsection in Sound section Audio up/downsampling plugin doc
author gabucino
date Sun, 23 Dec 2001 15:55:11 +0000
parents d867df5432ad
children 1d48df12001b
files DOCS/documentation.html DOCS/sound.html
diffstat 2 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/documentation.html	Sun Dec 23 13:32:32 2001 +0000
+++ b/DOCS/documentation.html	Sun Dec 23 15:55:11 2001 +0000
@@ -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>
--- a/DOCS/sound.html	Sun Dec 23 13:32:32 2001 +0000
+++ b/DOCS/sound.html	Sun Dec 23 15:55:11 2001 +0000
@@ -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>
+&nbsp;&nbsp;<CODE>mplayer media.avi -aop list=resample:fout=&lt;required
+  frequency in Hz, like 44100&gt;</CODE></P>
+
+
 </BODY>
 </HTML>