1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

'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
This commit is contained in:
gabucino 2001-12-23 15:55:11 +00:00
parent 3ba858651f
commit e02ccbdb7c
2 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

@ -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>