summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 15:55:11 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 15:55:11 +0000
commite02ccbdb7c348398bda823d2993fac70d9db9f09 (patch)
treecff83aa9ff6eb4e8f8c95f60edc7f17b3727b057
parent3ba858651fbc80e5b56594bef803f28067583156 (diff)
downloadmpv-e02ccbdb7c348398bda823d2993fac70d9db9f09.tar.bz2
mpv-e02ccbdb7c348398bda823d2993fac70d9db9f09.tar.xz
'Plugins' subsection in Sound section
Audio up/downsampling plugin doc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3672 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/documentation.html4
-rw-r--r--DOCS/sound.html16
2 files changed, 20 insertions, 0 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index af1c7dc733..f69f739122 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -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>
diff --git a/DOCS/sound.html b/DOCS/sound.html
index ee487744d9..9347405cf5 100644
--- a/DOCS/sound.html
+++ b/DOCS/sound.html
@@ -123,5 +123,21 @@ problems (losing sync, disappearing audio, etc).</LI>
<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>